GelDependencyObject.Invoke Method (String, Object)

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 ( _
    verb As String, _
    param As Object _
) As Object
public Object Invoke(
    string verb,
    Object param
)
public:
Object^ Invoke(
    String^ verb, 
    Object^ param
)
member Invoke : 
        verb:string * 
        param:Object -> Object
public function Invoke(
    verb : String, 
    param : Object
) : Object

Parameters

  • param
    Type: System.Object

    Parameter passed to the verb on invocation.

Return Value

Type: System.Object
Result of the invocation.

.NET Framework Security

See Also

Reference

GelDependencyObject Class

Invoke Overload

Microsoft.Internal.VisualStudio.PlatformUI Namespace