_CommandBarComboBox.List[Int32] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回或设置命令栏组合框控件中的项。
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
必需 整数。 要设置的列表项。