ReadOnlyMetadataCollection<T>.Item[String] Właściwość

Definicja

Pobiera element z tej kolekcji przy użyciu określonej tożsamości.

public:
 virtual property T default[System::String ^] { T get(System::String ^ identity); };
public virtual T this[string identity] { get; }
member this.Item(string) : 'T
Default Public Overridable ReadOnly Property Item(identity As String) As T

Parametry

identity
String

Tożsamość elementu, który ma być wyszukiwany.

Wartość właściwości

T

Element z tej kolekcji.

Dotyczy