IVsTextViewIntellisenseHost::Exec Method (Guid, UInt32, UInt32, Object^, Object^)

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

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

Parameters

pguidCmdGroup
Type: System::Guid

 

nCmdID
Type: System::UInt32

 

nCmdexecopt
Type: System::UInt32

 

pvaIn
Type: System::Object^

 

pvaOut
Type: System::Object^

 

Return Value

Type: System::Int32
Return to top
Show: