LocalizedEntryCollection<T>.GetKeyForItem(T) 메서드

정의

지정된 항목의 키를 가져옵니다.

protected:
 override System::Globalization::CultureInfo ^ GetKeyForItem(T item);
protected override System.Globalization.CultureInfo GetKeyForItem(T item);
override this.GetKeyForItem : 'T -> System.Globalization.CultureInfo
Protected Overrides Function GetKeyForItem (item As T) As CultureInfo

매개 변수

item
T

키를 반환할 항목입니다.

반품

키를 나타내는 A CultureInfo 입니다.

적용 대상