Aracılığıyla paylaş


DataPointCustomProperties.Item[] Özellik

Tanım

DataPointCustomProperties Nesnesini alır.

Aşırı Yüklemeler

Item[Int32]

DataPointCustomProperties Nesneyi koleksiyondaki konumuna göre alır.

Item[String]

Nesneyi ada göre alır veya ayarlar DataPointCustomProperties .

Item[Int32]

DataPointCustomProperties Nesneyi koleksiyondaki konumuna göre alır.

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

Parametreler

index
Int32

Özel özelliğin dizini.

Özellik Değeri

DataPointCustomProperties Belirtilen dizindeki nesne.

Şunlara uygulanır

Item[String]

Nesneyi ada göre alır veya ayarlar 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

Parametreler

name
String

Özel özelliğin adı.

Özellik Değeri

DataPointCustomProperties Belirtilen ada sahip nesne.

Şunlara uygulanır