Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Public Overridable Property List ( _
Index As Integer _
) As String
Get
Set
'Usage
Dim instance As CommandBarComboBoxClass
Dim Index As Integer
Dim value As String
value = instance.List(Index)
instance.List(Index) = value
public virtual string this[
int Index
] { get; set; }
public:
virtual property String^ List[[InAttribute] int Index] {
String^ get ([InAttribute] int Index);
void set ([InAttribute] int Index, String^ value);
}
abstract List : string with get, set
override List : string with get, set
JScript does not support indexed properties.
Parameters
- Index
Type: System.Int32
The (0-based) index in the list.
Property Value
Type: System.String
The get accessor of this property returns the item at the (0-based) index location.
Implements
_CommandBarComboBox.List[Int32]
Remarks
The set accessor is deprecated, and throws a DeprecatedException.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.