UndoManager.QueryStatus(Guid, UInt32, OLECMD[], IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implementation of IOleCommandTarget interface. Passes call through to undoCommandTarget.
public:
virtual int QueryStatus(Guid % cmdGroup, System::UInt32 commandCount, cli::array <Microsoft::VisualStudio::OLE::Interop::OLECMD> ^ commands, IntPtr cmdText);
public int QueryStatus (ref Guid cmdGroup, uint commandCount, Microsoft.VisualStudio.OLE.Interop.OLECMD[] commands, IntPtr cmdText);
abstract member QueryStatus : Guid * uint32 * Microsoft.VisualStudio.OLE.Interop.OLECMD[] * nativeint -> int
override this.QueryStatus : Guid * uint32 * Microsoft.VisualStudio.OLE.Interop.OLECMD[] * nativeint -> int
Public Function QueryStatus (ByRef cmdGroup As Guid, commandCount As UInteger, commands As OLECMD(), cmdText As IntPtr) As Integer
Parameters
- cmdGroup
- Guid
- commandCount
- UInt32
- commands
- OLECMD[]
- cmdText
-
IntPtr
nativeint