Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

LocalizedEntryCollection<T>::GetKeyForItem Method (T)

.NET Framework (current version)
 

Gets the key for the specified item.

Namespace:   System.IdentityModel.Metadata
Assembly:  System.IdentityModel (in System.IdentityModel.dll)

protected:
virtual CultureInfo^ GetKeyForItem(
	T item
) override

Parameters

item
Type: T

The entry for which the key is to be returned.

Return Value

Type: System.Globalization::CultureInfo^

A CultureInfo that represents the key.

.NET Framework
Available since 4.5
Return to top
Show:
© 2017 Microsoft