Share via


UriSchemeKeyedCollection.GetKeyForItem(Uri) 메서드

정의

컬렉션에서 지정된 URI의 키를 가져옵니다.

protected:
 override System::String ^ GetKeyForItem(Uri ^ item);
protected override string GetKeyForItem (Uri item);
override this.GetKeyForItem : Uri -> string
Protected Overrides Function GetKeyForItem (item As Uri) As String

매개 변수

item
Uri

가져오는 중인 키가 포함된 Uri입니다.

반환

String

컬렉션에서 지정된 URI의 키입니다.

적용 대상