IVsDebugger.ExecCmdForTextPos 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.
Obsolete. Do not use.
public:
int ExecCmdForTextPos(cli::array <Microsoft::VisualStudio::Shell::Interop::VsTextPos> ^ pTextPos, Guid % pguidCmdGroup, System::UInt32 nCmdID, System::UInt32 nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut);
public int ExecCmdForTextPos (Microsoft.VisualStudio.Shell.Interop.VsTextPos[] pTextPos, ref Guid pguidCmdGroup, uint nCmdID, uint nCmdexecopt, IntPtr pvaIn, IntPtr pvaOut);
abstract member ExecCmdForTextPos : Microsoft.VisualStudio.Shell.Interop.VsTextPos[] * Guid * uint32 * uint32 * nativeint * nativeint -> int
Public Function ExecCmdForTextPos (pTextPos As VsTextPos(), ByRef pguidCmdGroup As Guid, nCmdID As UInteger, nCmdexecopt As UInteger, pvaIn As IntPtr, pvaOut As IntPtr) As Integer
Parameters
- pTextPos
- VsTextPos[]
[in] Do not use.
- pguidCmdGroup
- Guid
[in] Do not use.
- nCmdID
- UInt32
[in] Do not use.
- nCmdexecopt
- UInt32
[in] Do not use.
- pvaIn
-
IntPtr
nativeint
[in] Do not use.
- pvaOut
-
IntPtr
nativeint
[in] Do not use.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
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
);