ReadOnlyMetadataCollection<T>.Item[String] 屬性

定義

使用指定的識別從這個集合取得項目。

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

參數

identity
String

所搜尋之項目的識別。

屬性值

T

集合的項目。

適用於