IVsTextViewIntellisenseHost_Corrected::Exec Method (Guid, UInt32, UInt32, IntPtr, IntPtr)

 
Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

int Exec(
	[InAttribute] Guid% pguidCmdGroup,
	unsigned int nCmdID,
	unsigned int nCmdexecopt,
	IntPtr pvaIn,
	IntPtr pvaOut
)

Parameters

pguidCmdGroup
Type: System::Guid
nCmdID
Type: System::UInt32
nCmdexecopt
Type: System::UInt32
pvaIn
Type: System::IntPtr
pvaOut
Type: System::IntPtr

Return Value

Type: System::Int32
Return to top
Show: