共用方式為


ConfigurationElement.Item[String] 屬性

定義

取得或設定具有指定名稱的屬性。

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 之 的 物件。

備註

您也可以使用 GetAttributeValueSetAttributeValue 方法來取得或設定屬性值。 為了獲得最佳系統效能,您應該使用這些方法,而不是 Item[] 屬性。

適用於