IVsDebugger.QueryStatusForTextPos Method
Obsolete. Do not use.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int QueryStatusForTextPos( VsTextPos[] pTextPos, ref Guid pguidCmdGroup, uint cCmds, OLECMD[] prgCmds, IntPtr pCmdText )
Parameters
- pTextPos
- Type: Microsoft.VisualStudio.Shell.Interop.VsTextPos[]
[in] Do not use.
- pguidCmdGroup
- Type: System.Guid%
[in] Do not use.
- cCmds
- Type: System.UInt32
[in] Do not use.
- prgCmds
- Type: Microsoft.VisualStudio.OLE.Interop.OLECMD[]
[in, out] Do not use.
- pCmdText
- Type: System.IntPtr
[in, out] 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.