다음을 통해 공유


CommandBar.Controls Property

The set of controls on this command bar.

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

Syntax

‘선언
ReadOnly Property Controls As CommandBarControls
    Get
‘사용 방법
Dim instance As CommandBar
Dim value As CommandBarControls

value = instance.Controls
CommandBarControls Controls { get; }
property CommandBarControls^ Controls {
    CommandBarControls^ get ();
}
abstract Controls : CommandBarControls
function get Controls () : CommandBarControls

Property Value

Type: Microsoft.VisualStudio.CommandBars.CommandBarControls
The CommandBarControls.

.NET Framework Security

See Also

Reference

CommandBar Interface

CommandBar Members

Microsoft.VisualStudio.CommandBars Namespace