Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the CommandBarControl whose OnAction event initiated the procedure that is currently running.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property ActionControl As CommandBarControl
public virtual CommandBarControl ActionControl { get; }
public:
virtual property CommandBarControl^ ActionControl {
CommandBarControl^ get ();
}
abstract ActionControl : CommandBarControl with get
override ActionControl : CommandBarControl with get
function get ActionControl () : CommandBarControl
Property Value
Type: Microsoft.VisualStudio.CommandBars.CommandBarControl
The CommandBarControl.
Implements
Remarks
If the macro wasn't initiated by a command bar control, this property returns nulla null reference (Nothing in Visual Basic).
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.