次の方法で共有


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 のキー。

適用対象