SelectionListener.OnCmdUIContextChanged – metoda
Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
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
Parametry
- dwCmdUICookie
Typ: System.UInt32
- fActive
Typ: System.Int32
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsSelectionEvents.OnCmdUIContextChanged(UInt32, Int32)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů