Share via


DataPointCustomProperties.Item[] Propiedad

Definición

Obtiene el objeto DataPointCustomProperties.

Sobrecargas

Item[Int32]

Obtiene el objeto DataPointCustomProperties por su posición en la colección.

Item[String]

Obtiene o establece el objeto DataPointCustomProperties por su nombre.

Item[Int32]

Obtiene el objeto DataPointCustomProperties por su posición en la colección.

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

Parámetros

index
Int32

Índice de la propiedad personalizada.

Valor de propiedad

Objeto DataPointCustomProperties en el índice especificado.

Se aplica a

Item[String]

Obtiene o establece el objeto DataPointCustomProperties por su nombre.

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

Parámetros

name
String

Nombre de la propiedad personalizada.

Valor de propiedad

Objeto DataPointCustomProperties con el nombre especificado.

Se aplica a