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

返回

集合中指定的 URI 的密钥。

适用于