Condividi tramite


Metodo SimpleEditorView.ExecCommand

esegue i comandi specifici.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Sintassi

'Dichiarazione
Protected Overridable Function ExecCommand ( _
    ByRef guidCmdGroup As Guid, _
    cmdId As UInteger, _
    cmdExecOptions As UInteger, _
    pvaIn As IntPtr, _
    pvaOut As IntPtr _
) As Integer
protected virtual int ExecCommand(
    ref Guid guidCmdGroup,
    uint cmdId,
    uint cmdExecOptions,
    IntPtr pvaIn,
    IntPtr pvaOut
)

Parametri

  • guidCmdGroup
    Tipo: System.Guid%
    Il GUID del gruppo di controlli.
  • pvaIn
    Tipo: System.IntPtr
    Puntatore a un oggetto VARIANTARG struttura contenente gli argomenti di input.può essere nullriferimento null (Nothing in Visual Basic).
  • pvaOut
    Tipo: System.IntPtr
    Puntatore a un oggetto VARIANTARG struttura che contiene output dei comandi.può essere nullriferimento null (Nothing in Visual Basic).

Valore restituito

Tipo: System.Int32
S_OK se il comando è supportato e completate, OLECMDERR_E_NOTSUPPORTED se il comando non è supportato, o un codice di errore se il comando non riuscire.

Note

Questo metodo deve essere sottoposto a override per intercettare [M:Microsoft.VisualStudio.OLE.Interop.IOleCommandTarget.Exec()] chiamata.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SimpleEditorView Classe

Spazio dei nomi Microsoft.VisualStudio.Package