Partilhar via


Método UndoUnit.GetUnitType

Temos usado pelo Gerenciador de desfazer para oferecer tratamento especial para determinadas unidades de desfazer com base no seu tipo-- não usar este método

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 Sub GetUnitType ( _
    <OutAttribute> ByRef unitGuid As Guid, _
    <OutAttribute> ByRef unitId As Integer _
)
public void GetUnitType(
    out Guid unitGuid,
    out int unitId
)

Parâmetros

Implementações

IOleUndoUnit.GetUnitType(Guid%, Int32%)

Segurança do .NET Framework

Consulte também

Referência

UndoUnit Classe

Namespace Microsoft.VisualStudio.Modeling.Shell