Partilhar via


Método IVsChangeClusterEvents.OnChangeClusterOpening

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Sub OnChangeClusterOpening ( _
    dwFlags As UInteger _
)
void OnChangeClusterOpening(
    uint dwFlags
)
void OnChangeClusterOpening(
    [InAttribute] unsigned int dwFlags
)
abstract OnChangeClusterOpening : 
        dwFlags:uint32 -> unit
function OnChangeClusterOpening(
    dwFlags : uint
)

Parâmetros

  • dwFlags
    Tipo: UInt32

    [in] Sinalizadores de modificação. Valores são obtidas a partir do ChangeClusterFlags enumeração.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsChangeClusterEvents::OnChangeClusterOpening(
   [in] DWORD dwFlags
);

Segurança do .NET Framework

Consulte também

Referência

IVsChangeClusterEvents Interface

Namespace Microsoft.VisualStudio.TextManager.Interop