_CommandBarComboBox.Parent Property

Gets the parent command bar.

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

Syntax

‘선언
ReadOnly Property Parent As CommandBar
    Get
‘사용 방법
Dim instance As _CommandBarComboBox
Dim value As CommandBar

value = instance.Parent
CommandBar Parent { get; }
property CommandBar^ Parent {
    CommandBar^ get ();
}
abstract Parent : CommandBar
function get Parent () : CommandBar

Property Value

Type: Microsoft.VisualStudio.CommandBars.CommandBar
The parent CommandBar.

Implements

CommandBarControl.Parent

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace