次の方法で共有


CommandBarComboBoxClass.List Property

Gets or sets the item in the list at the specified index.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣言
Public Overridable Property List ( _
    Index As Integer _
) As String
public virtual string this[
    int Index
] { get; set; }

Parameters

Property Value

Type: System.String
The get accessor of this property returns the item at the (0-based) index location.

Implements

_CommandBarComboBox.List

Remarks

The set accessor is deprecated, and throws a DeprecatedException.

.NET Framework Security

See Also

Reference

CommandBarComboBoxClass Class

Microsoft.VisualStudio.CommandBars Namespace