FlavoredProjectBase.IVsUIHierarchy.ExecCommand Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand(System::UInt32 itemid, Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut) = Microsoft::VisualStudio::Shell::Interop::IVsUIHierarchy::ExecCommand;
int IVsUIHierarchy.ExecCommand (uint itemid, ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsUIHierarchy.ExecCommand : uint32 * Guid * uint32 * uint32 * nativeint * nativeint -> int
Function ExecCommand (itemid As UInteger, ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, pvaIn As IntPtr, pvaOut As IntPtr) As Integer Implements IVsUIHierarchy.ExecCommand
Parameters
- itemid
- UInt32
- pguidCmdGroup
- Guid
- nCmdID
- UInt32
- nCmdexecopt
- UInt32
- pvaIn
-
IntPtr
nativeint
- pvaOut
-
IntPtr
nativeint
Returns
The HRESULT.