IVsIntellisenseHost.Exec(Guid, UInt32, UInt32, Object, Object) Methode

Definition

Führt den angegebenen Befehl aus.

public:
 int Exec(Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, System::Object ^ % pvaIn, [Runtime::InteropServices::Out] System::Object ^ % pvaOut);
public int Exec (ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, ref object pvaIn, out object pvaOut);
abstract member Exec : Guid * uint32 * uint32 * obj * obj -> int
Public Function Exec (ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, ByRef pvaIn As Object, ByRef pvaOut As Object) As Integer

Parameter

pguidCmdGroup
Guid

[in] Die GUID der Befehlsgruppe.

nCmdID
UInt32

in Die Befehls-ID.

nCmdexecopt
UInt32

in Gibt an, wie das Objekt den Befehl ausführen soll.

pvaIn
Object

in Die Eingabeargumente des Befehls.

pvaOut
Object

vorgenommen Die Ausgabe Argumente des Befehls.

Gibt zurück

Int32

Gilt für