IVsIntellisenseCompletor::QueryStatus Method (Guid, UInt32, array<OLECMD>^, array<OLECMDTEXT>^)
Visual Studio 2015
Gets the status of the completor.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
int QueryStatus( [InAttribute] Guid% pguidCmdGroup, unsigned int cCmds, array<OLECMD>^ prgCmds, array<OLECMDTEXT>^ pCmdText )
Parameters
- pguidCmdGroup
-
Type:
System::Guid
The GUID of the command group.
- cCmds
-
Type:
System::UInt32
The number of commands.
- prgCmds
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::OLECMD>^
The commands.
- pCmdText
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::OLECMDTEXT>^
The command text.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: