FlavoredProjectBase::IVsUIHierarchy::ExecCommand Method (UInt32, Guid, UInt32, UInt32, IntPtr, IntPtr)

 
Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int ExecCommand(
	unsigned int itemid,
	Guid% pguidCmdGroup,
	unsigned int nCmdID,
	unsigned int nCmdexecopt,
	IntPtr pvaIn,
	IntPtr pvaOut
) sealed = IVsUIHierarchy::ExecCommand

Parameters

itemid
Type: System::UInt32
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

The HRESULT.

Return to top
Show: