TextStyleKeyedCollection.GetKeyForItem Method

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

Parameters

item
TextStyle

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