_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

Property Value

Type: System.Int32

See Also

Reference

_CommandBars Interface

_CommandBars Members

Microsoft.Office.Core Namespace