Sdílet prostřednictvím


DataPointCustomProperties.Item[] Vlastnost

Definice

Získá DataPointCustomProperties objekt.

Přetížení

Item[Int32]

Získá DataPointCustomProperties objekt podle jeho pozice v kolekci.

Item[String]

Získá nebo nastaví DataPointCustomProperties objekt podle názvu.

Item[Int32]

Získá DataPointCustomProperties objekt podle jeho pozice v kolekci.

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

Parametry

index
Int32

Index vlastní vlastnosti

Hodnota vlastnosti

String

DataPointCustomPropertiesObjekt na zadaném indexu.

Platí pro

Item[String]

Získá nebo nastaví DataPointCustomProperties objekt podle názvu.

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

Parametry

name
String

Název vlastní vlastnosti

Hodnota vlastnosti

String

DataPointCustomPropertiesObjekt se zadaným názvem.

Platí pro