IVsTextViewIntellisenseHost::Exec Method (Guid, UInt32, UInt32, Object^, Object^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Return to top
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
Show: