LayerKeyedCollection.GetKeyForItem Method

When implemented in a derived class, extracts the key from the specified element.
Protected Overrides Function GetKeyForItem( _ 
ByVal item As Layer
) As String
This language is not supported or no code example is available.
protected override string GetKeyForItem( 
Layer item 
)
This language is not supported or no code example is available.

Parameters

item
Layer

The element from which to extract the key.

Return Value

string

The key for the specified element.

.NET Framework

Supported in: 4.8

In this article

Definition