ContextMenuProvider.Update 方法

引发 UpdateItemStatus 事件,以便能够刷新菜单项的可见性和启用状态。

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

语法

声明
Public Sub Update ( _
    context As EditingContext _
)
public void Update(
    EditingContext context
)
public:
void Update(
    EditingContext^ context
)
member Update : 
        context:EditingContext -> unit 
public function Update(
    context : EditingContext
)

参数

.NET Framework 安全性

请参见

参考

ContextMenuProvider 类

Microsoft.Windows.Design.Interaction 命名空间

EditingContext

PrimarySelectionContextMenuProvider

MenuGroup

MenuAction

FeatureProvider

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性