UriSchemeKeyedCollection.GetKeyForItem(Uri) Method

Definition

Gets the key for a specified URI from the collection.

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

Parameters

item
Uri

The Uri whose key is being retrieved.

Returns

The key for the specified URI from the collection.

Applies to