DataPointCustomProperties.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
値。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET