ManagementNamedValueCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從這個集合取得與指定名稱相關的值。 在 C# 中,這個屬性是 ManagementNamedValueCollection 類別的索引子。
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ name); };
public object this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object
參數
- name
- String
要傳回的值名稱。
屬性值
與這個集合中指定之名稱相關聯的物件。
備註
屬性值
物件,包含這個集合中指定之專案的值。
.NET Framework 安全性
完全信任立即呼叫者。 這個成員無法供部分信任的程式碼使用。 如需詳細資訊,請參閱 使用部分信任程式代碼的連結庫。