_CommandBarComboBox.accParent Property

Gets the parent. This property is deprecated.

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

Syntax

‘선언
ReadOnly Property accParent As Object
    Get
‘사용 방법
Dim instance As _CommandBarComboBox
Dim value As Object

value = instance.accParent
Object accParent { get; }
property Object^ accParent {
    Object^ get ();
}
abstract accParent : Object
function get accParent () : Object

Property Value

Type: System.Object
The parent. This property is deprecated.

Implements

CommandBarControl.accParent

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace