Configuration Manager ShowDialog 操作
在 Configuration Manager 中,该ShowDialog
操作将在 Configuration Manager 控制台中打开属性表或常规对话框。
ShowDialog
通过 操作,可以显示创建的现有对话框或扩展对话框。
以下属性和元素特定于打开对话框的操作:
元素
ActionDescription
Class
属性设置为ShowDialog
。元素
DialogID
是在对话框中显示的属性表或对话框的标识符。 它与 %ProgramFiles%\Microsoft Endpoint Manager\AdminConsole\XmlStorage\Extensions\Forms 文件夹中的表单 XML 文件的名称匹配。
示例 ShowDialog Action XML
以下 XML 演示如何显示标识符为 PrototypeForm 的对话框:
<ActionDescription Class="ShowDialog" DisplayName="Test Action (dialog)" MnemonicDisplayName="Mnemonic" Description="Description"> <ShowOn> <string>DefaultHomeTab</string> <string>ContextMenu</string> </ShowOn>
<DialogId>PrototypeForm</DialogId>
</ActionDescription>
示例属性 ShowDialog Action XML
以下属性和元素特定于向属性属性表添加属性页的操作:
元素
ActionDescription
ActionVerb
属性设置为Properties
。元素
DialogID
标识一个属性表,其中包含要显示在Properties
对话框中的属性页。以下 XML 演示如何将属性页 ()
PrototypeForm
集成到属性上下文菜单选项中:
<ActionDescription ActionVerb="Properties" Class="ShowDialog"> <ShowOn> <string>DefaultHomeTab</string> <string>ContextMenu</string> </ShowOn> <DialogId>PrototypeForm</DialogId>
</ActionDescription>
有关创建和显示对话框的详细信息,请参阅 关于控制台窗体。
另请参阅
关于Configuration Manager对话框
Configuration Manager操作
如何创建Configuration Manager操作
如何为Configuration Manager属性表创建表单 XML
如何为“Configuration Manager”对话框创建表单 XML
如何查找Configuration Manager节点 GUID