DataBus.Item[String] 屬性

定義

取得或設定 DataBus 控制項中的屬性值。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ propertyName); void set(System::String ^ propertyName, System::Object ^ value); };
public object this[string propertyName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(propertyName As String) As Object

參數

propertyName
String

一個代表該物業名稱的字串。

屬性值

回傳一個字串,代表 DataBus 控制項的屬性值。

實作

適用於