Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Function Invoke(Of TResult) ( _
    method As Func _
) As TResult
用法
Dim instance As ThreadHelper
Dim method As Func
Dim returnValue As TResult
returnValue = instance.Invoke(method)
public TResult Invoke<TResult>(
    Func method
)
public:
generic<typename TResult>
TResult Invoke(
    Func^ method
)
member Invoke : 
        method:Func -> 'TResult 
JScript does not support generic types or methods.
Type Parameters
- TResult
Parameters
- method
 Type: System.Func<TResult>
Return Value
Type: TResult
.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.