IOleCommandTarget.Exec Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As IOleCommandTarget
Dim pguidCmdGroup As Guid
Dim nCmdID As UInteger
Dim nCmdExecOpt As UInteger
Dim pvaIn As Object()
Dim pvaOut As Object()
Dim returnValue As Integer

returnValue = instance.Exec(pguidCmdGroup, nCmdID, nCmdExecOpt, pvaIn, pvaOut)

Syntax

'Declaration
Function Exec ( _
    ByRef pguidCmdGroup As Guid, _
    nCmdID As UInteger, _
    nCmdExecOpt As UInteger, _
    pvaIn As Object(), _
    <InAttribute> <OutAttribute> pvaOut As Object() _
) As Integer
int Exec (
    ref Guid pguidCmdGroup,
    uint nCmdID,
    uint nCmdExecOpt,
    Object[] pvaIn,
    [InAttribute] [OutAttribute] Object[] pvaOut
)
int Exec (
    Guid% pguidCmdGroup, 
    unsigned int nCmdID, 
    unsigned int nCmdExecOpt, 
    array<Object^>^ pvaIn, 
    [InAttribute] [OutAttribute] array<Object^>^ pvaOut
)
int Exec (
    /** @ref */ Guid pguidCmdGroup, 
    UInt32 nCmdID, 
    UInt32 nCmdExecOpt, 
    Object[] pvaIn, 
    /** @attribute InAttribute() */ /** @attribute OutAttribute() */ Object[] pvaOut
)

Parameters

  • pguidCmdGroup
  • nCmdID
  • nCmdExecOpt
  • pvaIn
  • pvaOut

Return Value

Returns Int32.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IOleCommandTarget Interface
IOleCommandTarget Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.Browser Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.