CommandBarButtonClass::accSelection Property

 

Gets the selection. This property is deprecated.

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

public:
[DispIdAttribute(-5012)]
property Object^ accSelection {
	[DispIdAttribute(-5012)]
	[TypeLibFuncAttribute(64)]
	virtual Object^ get();
}

Property Value

Type: System::Object^

The selection. This property is deprecated.

This property throws a DeprecatedException when called.

Return to top
Show: