Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft internal use only.
Invokes a given [GelVerb] defined in this [GelDependencyObject].
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Function Invoke ( _
descriptor As GelVerb, _
param As Object _
) As Object
public Object Invoke(
GelVerb descriptor,
Object param
)
public:
Object^ Invoke(
GelVerb^ descriptor,
Object^ param
)
member Invoke :
descriptor:GelVerb *
param:Object -> Object
public function Invoke(
descriptor : GelVerb,
param : Object
) : Object
Parameters
descriptor
Type: Microsoft.Internal.VisualStudio.PlatformUI.GelVerbGelVerb to invoke.
param
Type: System.ObjectParameter passed to the [GelVerb] on invocation.
Return Value
Type: System.Object
Result of the invocation.
.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.