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.
This property is deprecated.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
ReadOnly Property IdsString ( _
ids As Integer, _
<OutAttribute> ByRef pbstrName As String _
) As Integer
Get
'Usage
Dim instance As _CommandBars
Dim ids As Integer
Dim pbstrName As String
Dim value As Integer
value = instance.IdsString(ids, pbstrName)
int this[
int ids,
out string pbstrName
] { get; }
property int IdsString[[InAttribute] int ids, [OutAttribute] String^% pbstrName] {
int get ([InAttribute] int ids, [OutAttribute] String^% pbstrName);
}
abstract IdsString : int
JScript does not support indexed properties.
Parameters
- ids
Type: System.Int32
The IDs.
- pbstrName
Type: System.String%
The name.
Property Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
This method throws an exception when called.
.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.