IVsTextViewIntellisenseHost_Corrected::QueryStatus Method (Guid, UInt32, array<OLECMD>^, IntPtr)

 
Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (in Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

int QueryStatus(
	[InAttribute] Guid% pguidCmdGroup,
	unsigned int cCmds,
	array<OLECMD>^ prgCmds,
	IntPtr pCmdText
)

Parameters

pguidCmdGroup
Type: System::Guid
cCmds
Type: System::UInt32
prgCmds
Type: array<Microsoft.VisualStudio.OLE.Interop::OLECMD>^
pCmdText
Type: System::IntPtr

Return Value

Type: System::Int32
Return to top
Show: