如何建立Configuration Manager對話方塊的動作 XML
在Configuration Manager中,若要在 Configuration Manager 主控台中顯示對話方塊,您可以建立Configuration Manager ShowDialog 動作。 若要定義 ShowDialog
動作,您可以建立描述 ActionDescription 元素的 XML 檔案。
下列程式會建立顯示對話方塊的動作 XML。 您必須先完成如何建立Configuration Manager對話方塊和如何為Configuration Manager對話方塊建立表單 XML主題中的程式,才能完成此程式。
注意事項
對話識別碼 <DialogId
> 必須符合您在 How to Create Form XML for a Configuration Manager Dialog Box中建立之 XML 表單的檔案名,而不含 XML 副檔名。
若要建立對話方塊的動作
如果已開啟,請關閉 Configuration Manager 主控台。
在記事本中,建立包含下列 XML 的 XML 檔案:
<ActionDescription Class="ShowDialog" DisplayName="Show my Dialog Box" MnemonicDisplayName="Mnemonic" Description="Description"> <ShowOn> <string>DefaultContextualTab</string> <!-- RIBBON --> <string>ContextMenu</string> <!-- Context Menu --> </ShowOn> <DialogId>ConfigMgrDialogControl</DialogId> </ActionDescription>
將 XML 檔案儲存在 %ProgramFiles%\AdminUI\XmlStorage\Extensions\Actions\32815086-cce9-42de-95a4-0941da31114e 資料夾中。 GUID 值會識別結果窗格中的套件。 檔案名可以是副檔名為 .xml 的任何專案。 請務必將檔案儲存為 類型
All Files
。啟動Configuration Manager主控台,然後在主控台樹的 [封裝] 節點中,以滑鼠右鍵按一下結果窗格中的套件,然後按一下 [顯示我的對話方塊]。 隨即會顯示對話方塊。
另請參閱
如何建立Configuration Manager對話方塊
如何建立Configuration Manager對話方塊的表單 XML
如何建立Configuration Manager屬性工作表的動作 XML
如何使用傳遞至表單Configuration Manager物件
如何將Configuration Manager資料系結至表單