Share via


IInvocationController.Invoke Method

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Function Invoke ( _
    items As IEnumerable(Of Object), _
    inputSource As InputSource, _
    preview As Boolean _
) As Boolean
bool Invoke(
    IEnumerable<Object> items,
    InputSource inputSource,
    bool preview
)
bool Invoke(
    IEnumerable<Object^>^ items, 
    InputSource inputSource, 
    bool preview
)
abstract Invoke : 
        items:IEnumerable<Object> * 
        inputSource:InputSource * 
        preview:bool -> bool
function Invoke(
    items : IEnumerable<Object>, 
    inputSource : InputSource, 
    preview : boolean
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

IInvocationController Interface

Microsoft.Internal.VisualStudio.PlatformUI Namespace