DataPointCustomProperties.Item[] プロパティ

定義

DataPointCustomProperties オブジェクトを取得します。

オーバーロード

Item[String]

名前を使用して、DataPointCustomProperties オブジェクトを取得または設定します。

Item[Int32]

インデックス内の位置を使用して、DataPointCustomProperties オブジェクトを取得します。

Item[String]

名前を使用して、DataPointCustomProperties オブジェクトを取得または設定します。

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

パラメーター

name
String

カスタム プロパティの名前。

プロパティ値

データ ポイントのカスタム プロパティを表す string 値。

適用対象

Item[Int32]

インデックス内の位置を使用して、DataPointCustomProperties オブジェクトを取得します。

public:
 property System::String ^ default[int] { System::String ^ get(int index); };
public string this[int index] { get; }
member this.Item(int) : string
Default Public ReadOnly Property Item(index As Integer) As String

パラメーター

index
Int32

カスタム プロパティのインデックス。

プロパティ値

データ ポイントのカスタム プロパティを表す string 値。

適用対象