CommandBarButtonClass.accSelection Property

Definition

Gets the selection. This property is deprecated.

public:
 virtual property System::Object ^ accSelection { System::Object ^ get(); };
public:
 virtual property Platform::Object ^ accSelection { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(-5012)]
public virtual object accSelection { [System.Runtime.InteropServices.DispId(-5012)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(-5012)>]
[<get: System.Runtime.InteropServices.DispId(-5012)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.accSelection : obj
Public Overridable ReadOnly Property accSelection As Object

Property Value

The selection. This property is deprecated.

Implements

Attributes

Remarks

This property throws a DeprecatedException when called.

Applies to