IVsTextViewIntellisenseHost_Corrected.QueryStatus (Método)
Espacio de nombres: Microsoft.VisualStudio.TextManager.Interop
Ensamblado: Microsoft.VisualStudio.TextManager.Interop.9.0 (en Microsoft.VisualStudio.TextManager.Interop.9.0.dll)
Sintaxis
'Declaración
Function QueryStatus ( _
ByRef pguidCmdGroup As Guid, _
cCmds As UInteger, _
<OutAttribute> prgCmds As OLECMD(), _
<OutAttribute> pCmdText As IntPtr _
) As Integer
int QueryStatus(
ref Guid pguidCmdGroup,
uint cCmds,
OLECMD[] prgCmds,
IntPtr pCmdText
)
int QueryStatus(
[InAttribute] Guid% pguidCmdGroup,
[InAttribute] unsigned int cCmds,
[InAttribute] [OutAttribute] array<OLECMD>^ prgCmds,
[InAttribute] [OutAttribute] IntPtr pCmdText
)
abstract QueryStatus :
pguidCmdGroup:Guid byref *
cCmds:uint32 *
prgCmds:OLECMD[] byref *
pCmdText:IntPtr byref -> int
function QueryStatus(
pguidCmdGroup : Guid,
cCmds : uint,
prgCmds : OLECMD[],
pCmdText : IntPtr
) : int
Parámetros
- pguidCmdGroup
Tipo: Guid%
- cCmds
Tipo: UInt32
- prgCmds
Tipo: array<OLECMD[]
- pCmdText
Tipo: IntPtr
Valor devuelto
Tipo: Int32
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
IVsTextViewIntellisenseHost_Corrected Interfaz
Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)