DataPointCustomProperties.Item[] Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'oggetto DataPointCustomProperties.
Overload
Item[String] |
Ottiene o imposta l'oggetto DataPointCustomProperties in base al nome. |
Item[Int32] |
Ottiene l'oggetto DataPointCustomProperties in base alla relativa posizione nell'indice. |
Item[String]
Ottiene o imposta l'oggetto DataPointCustomProperties in base al nome.
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
Parametri
- name
- String
Nome della proprietà personalizzata.
Valore della proprietà
Valore string
che rappresenta le proprietà personalizzate del punto dati.
Si applica a
Item[Int32]
Ottiene l'oggetto DataPointCustomProperties in base alla relativa posizione nell'indice.
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
Parametri
- index
- Int32
Indice della proprietà personalizzata.
Valore della proprietà
Valore string
che rappresenta le proprietà personalizzate del punto dati.