次の方法で共有


IDataBus.Item[String] プロパティ

定義

DataBase コントロールのプロパティ値を取得または設定します。

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

プロパティの名前を表す文字列。

プロパティ値

プロパティの値。

適用対象