Partilhar via


Método SelectionListener.OnCmdUIContextChanged

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Overridable Function OnCmdUIContextChanged ( _
    dwCmdUICookie As UInteger, _
    fActive As Integer _
) As Integer
public virtual int OnCmdUIContextChanged(
    uint dwCmdUICookie,
    int fActive
)
public:
virtual int OnCmdUIContextChanged(
    unsigned int dwCmdUICookie, 
    int fActive
)
abstract OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 
override OnCmdUIContextChanged : 
        dwCmdUICookie:uint32 * 
        fActive:int -> int 
public function OnCmdUIContextChanged(
    dwCmdUICookie : uint, 
    fActive : int
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32

Implementações

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

Segurança do .NET Framework

Consulte também

Referência

SelectionListener Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.Internal