Condividi tramite


Metodo UndoManager.QueryStatus

Implementazione dell'interfaccia IOleCommandTarget. Passa la chiamata all'istanza di IOleUndoManager di cui è stato eseguito il wrapping.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Int32

Implementa

IOleCommandTarget.QueryStatus(Guid%, UInt32, array<OLECMD[], IntPtr)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

UndoManager Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Shell