MenuBase-Klasse
Aktualisiert: November 2007
Stellt eine Basisklasse für Aktionen und Gruppen bereit.
Namespace: Microsoft.Windows.Design.Interaction
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public MustInherit Class MenuBase _
Implements INotifyPropertyChanged
'Usage
Dim instance As MenuBase
public abstract class MenuBase : INotifyPropertyChanged
public ref class MenuBase abstract : INotifyPropertyChanged
public abstract class MenuBase implements INotifyPropertyChanged
Hinweise
MenuBase unterstützt Datenbindung.
Vererbungshierarchie
System.Object
Microsoft.Windows.Design.Interaction.MenuBase
Microsoft.Windows.Design.Interaction.MenuAction
Microsoft.Windows.Design.Interaction.MenuGroup
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.
Siehe auch
Referenz
Microsoft.Windows.Design.Interaction-Namespace