Método IVsDebugger.QueryStatusForTextPos (VsTextPos[], Guid, UInt32, OLECMD , IntPtr)
Obsoleto.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int QueryStatusForTextPos(
VsTextPos[] pTextPos,
[InAttribute] ref Guid pguidCmdGroup,
uint cCmds,
OLECMD[] prgCmds,
IntPtr pCmdText
)
int QueryStatusForTextPos(
array<VsTextPos>^ pTextPos,
[InAttribute] Guid% pguidCmdGroup,
unsigned int cCmds,
array<OLECMD>^ prgCmds,
IntPtr pCmdText
)
abstract QueryStatusForTextPos :
pTextPos:VsTextPos[] *
pguidCmdGroup:Guid byref *
cCmds:uint32 *
prgCmds:OLECMD[] *
pCmdText:nativeint -> int
Function QueryStatusForTextPos (
pTextPos As VsTextPos(),
<InAttribute> ByRef pguidCmdGroup As Guid,
cCmds As UInteger,
prgCmds As OLECMD(),
pCmdText As IntPtr
) As Integer
Parâmetros
- pTextPos
[in] Não use.
- pguidCmdGroup
[in] Não use.
- cCmds
[in] Não use.
- prgCmds
[in, out] Não use.
- pCmdText
[in, out] Não use.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsDebugger::QueryStatusForTextPos(
[in] VsTextPos *pTextPos,
[unique][in] const GUID *pguidCmdGroup,
[in] ULONG cCmds,
[out][in][size_is (cCmds)] OLECMD prgCmds[ ],
[unique][out][in] OLECMDTEXT *pCmdText
);
Consulte também
Interface IVsDebugger
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo