_CommandBars.IdsString Property
Reserved for internal use.
Namespace: Microsoft.Office.Core
Assembly: office (in office.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; }
Parameters
- ids
Type: System.Int32
- pbstrName
Type: System.String
Property Value
Type: System.Int32