Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Executes the command.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
<EnvironmentPermissionAttribute(SecurityAction.LinkDemand, Unrestricted := True)> _
Public Overridable Sub Invoke ( _
inArg As Object, _
outArg As IntPtr _
)
'Usage
Dim instance As OleMenuCommand
Dim inArg As Object
Dim outArg As IntPtr
instance.Invoke(inArg, outArg)
[EnvironmentPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)]
public virtual void Invoke(
Object inArg,
IntPtr outArg
)
[EnvironmentPermissionAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
public:
virtual void Invoke(
Object^ inArg,
IntPtr outArg
)
[<EnvironmentPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)>]
abstract Invoke :
inArg:Object *
outArg:IntPtr -> unit
[<EnvironmentPermissionAttribute(SecurityAction.LinkDemand, Unrestricted = true)>]
override Invoke :
inArg:Object *
outArg:IntPtr -> unit
public function Invoke(
inArg : Object,
outArg : IntPtr
)
Parameters
- inArg
Type: System.Object
The parameter passed to the command.
- outArg
Type: System.IntPtr
The parameter returned by the command.
Implements
IOleMenuCommand.Invoke(Object, IntPtr)
.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.