IVsDebugger.ExecCmdForTextPos Method
Obsolete. Do not use.
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.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.