This topic has not yet been rated - Rate this topic

IVsDebugger.ExecCmdForTextPos Method

Obsolete. Do not use.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int ExecCmdForTextPos(
	VsTextPos[] pTextPos,
	ref Guid pguidCmdGroup,
	uint nCmdID,
	uint nCmdexecopt,
	IntPtr pvaIn,
	IntPtr pvaOut
)

Parameters

pTextPos
Type: 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.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.

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
);
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ