UndoManager.QueryStatus – metoda
Implementace rozhraní IOleCommandTarget.Volání průchodů zalomený instance IOleUndoManager.
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntaxe
'Deklarace
Public Function QueryStatus ( _
ByRef cmdGroup As Guid, _
commandCount As UInteger, _
commands As OLECMD(), _
cmdText As IntPtr _
) As Integer
public int QueryStatus(
ref Guid cmdGroup,
uint commandCount,
OLECMD[] commands,
IntPtr cmdText
)
Parametry
- cmdGroup
Typ: System.Guid%
- commandCount
Typ: System.UInt32
- commands
Typ: array<Microsoft.VisualStudio.OLE.Interop.OLECMD[]
- cmdText
Typ: System.IntPtr
Vrácená hodnota
Typ: System.Int32
Implementuje
IOleCommandTarget.QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.