IVsDebugger::ExecCmdForTextPos Method (array<VsTextPos>^, Guid, UInt32, UInt32, IntPtr, IntPtr)
Visual Studio 2015
Obsolete. Do not use.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int ExecCmdForTextPos( array<VsTextPos>^ pTextPos, [InAttribute] Guid% pguidCmdGroup, unsigned int nCmdID, unsigned int nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut )
Parameters
- pTextPos
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VsTextPos>^
[in] Do not use.
- pguidCmdGroup
-
Type:
System::Guid
[in] Do not use.
- nCmdID
-
Type:
System::UInt32
[in] Do not use.
- nCmdexecopt
-
Type:
System::UInt32
[in] Do not use.
- pvaIn
-
Type:
System::IntPtr
[in] Do not use.
- pvaOut
-
Type:
System::IntPtr
[in] Do not use.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsDebugger::ExecCmdForTextPos( [in] VsTextPos *pTextPos, [unique][in] const GUID *pguidCmdGroup, [in] DWORD nCmdID, [in] DWORD nCmdexecopt, [unique][in] VARIANT *pvaIn, [unique][out][in] VARIANT *pvaOut );
Show: