Partager via


SelectionListener.OnCmdUIContextChanged, méthode

Cette classe et ses membres sont réservés à un usage interne et ne sont pas destinés à être utilisés dans votre code.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Int32

Implémentations

IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)

Sécurité .NET Framework

Voir aussi

Référence

SelectionListener Classe

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal, espace de noms