_CommandBarComboBox.List[Int32] Özellik

Tanım

Belirtilen dizindeki listedeki öğeyi alır veya ayarlar.

public:
 property System::String ^ List[int] { System::String ^ get(int Index); void set(int Index, System::String ^ value); };
[System.Runtime.InteropServices.DispId(1610940422)]
public string List[int Index] { [System.Runtime.InteropServices.DispId(1610940422)] get; [System.Runtime.InteropServices.DispId(1610940422)] set; }
[<System.Runtime.InteropServices.DispId(1610940422)>]
[<get: System.Runtime.InteropServices.DispId(1610940422)>]
[<set: System.Runtime.InteropServices.DispId(1610940422)>]
member this.List(int) : string with get, set
Public Property List(Index As Integer) As String

Parametreler

Index
Int32

Listedeki dizin.

Özellik Değeri

String

getBu özelliğin erişimcisi dizin konumundaki öğeyi döndürür.

Öznitelikler

Açıklamalar

setErişimci kullanım dışıdır ve kullanımdan kaldırılmış bir değer atar.

Liste 1 tabanlıdır.

Şunlara uygulanır