MenuBase 类

更新:2007 年 11 月

为操作和组提供基类。

命名空间:  Microsoft.Windows.Design.Interaction
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public MustInherit Class MenuBase _
    Implements INotifyPropertyChanged
用法
Dim instance As MenuBase
public abstract class MenuBase : INotifyPropertyChanged
public ref class MenuBase abstract : INotifyPropertyChanged
public abstract class MenuBase implements INotifyPropertyChanged

备注

MenuBase 支持数据绑定。

继承层次结构

System.Object
  Microsoft.Windows.Design.Interaction.MenuBase
    Microsoft.Windows.Design.Interaction.MenuAction
    Microsoft.Windows.Design.Interaction.MenuGroup

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

另请参见

参考

MenuBase 成员

Microsoft.Windows.Design.Interaction 命名空间

其他资源

WPF 设计器扩展性