ConfigurationElement.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定具有指定名稱的屬性。
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ attributeName); void set(System::String ^ attributeName, System::Object ^ value); };
public object this[string attributeName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(attributeName As String) As Object
參數
- attributeName
- String
屬性的名稱。
屬性值
ConfigurationAttribute具有指定 attributeName
之 的 物件。
備註
您也可以使用 GetAttributeValue 或 SetAttributeValue 方法來取得或設定屬性值。 為了獲得最佳系統效能,您應該使用這些方法,而不是 Item[] 屬性。