DataPointCustomProperties.Item[] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 DataPointCustomProperties 物件。
多載
Item[Int32] |
依據集合中的位置取得 DataPointCustomProperties 物件。 |
Item[String] |
依名稱取得或設定 DataPointCustomProperties 物件。 |
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
自訂屬性的索引。
屬性值
位於指定索引處的 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
自訂屬性的名稱。
屬性值
具有指定之名稱的 DataPointCustomProperties 物件。