Share via


CommandBarsClass.IdsString Property

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property IdsString ( _
    ids As Integer, _
    <OutAttribute> ByRef pbstrName As String _
) As Integer
    Get
'Usage
Dim instance As CommandBarsClass
Dim ids As Integer
Dim pbstrName As String
Dim value As Integer

value = instance.IdsString(ids, pbstrName)
public virtual int this[
    int ids,
    out string pbstrName
] { get; }

Parameters

Property Value

Type: System.Int32

Implements

_CommandBars.IdsString[Int32, String]

See Also

Reference

CommandBarsClass Class

CommandBarsClass Members

Microsoft.Office.Core Namespace