CommandBar::Id Property

 

Gets the ID of the command bar.

Namespace:   Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

[DispIdAttribute(1610874916)]
property int Id {
	[TypeLibFuncAttribute(64)]
	[DispIdAttribute(1610874916)]
	int get();
}

Property Value

Type: System::Int32

The ID of the command bar.

Return to top
Show: