次の方法で共有


_CommandBarComboBox.List[Int32] プロパティ

定義

コマンド バー コンボ ボックス コントロールの項目を設定または返します。

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

パラメーター

Index
Int32

整数型 (Integer) の値を使用します。 設定する項目のリストを指定します。

プロパティ値

適用対象