_CommandBarComboBox.accSelection Property

Gets the selection. This property is deprecated.

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

Syntax

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

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

Property Value

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

Implements

CommandBarControl.accSelection

Remarks

This property throws a DeprecatedException when called.

.NET Framework Security

See Also

Reference

_CommandBarComboBox Interface

_CommandBarComboBox Members

Microsoft.VisualStudio.CommandBars Namespace