ReadOnlyMetadataCollection<T>.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的識別從這個集合取得項目。
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
集合的項目。