Partilhar via


Método UndoManager.QueryStatus

Implementação da interface IOleCommandTarget.Chamada de passos para a instância de IOleUndoManager empacotada.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintaxe

'Declaração
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
)

Parâmetros

Valor de retorno

Tipo: System.Int32

Implementações

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

Segurança do .NET Framework

Consulte também

Referência

UndoManager Classe

Namespace Microsoft.VisualStudio.Modeling.Shell