「Data Standard」對話方塊表示 XAML 檔案。可在對話方塊開啟之前和之後,自訂對話方塊和 Vault 性質。
對話方塊類型為 System.Windows.Window,可在 PowerShell 中使用變數 $dsWindow 存取。
Data Standard for Vault 中多個對話方塊的 XAML 定義位於以下目錄中:
%programdata%\Autodesk\
依預設,會為每個支援的 Vault 項目提供一個檔案:File.xaml、Folder.xaml 和 Task.xml。
Data Standard for Vault 對話方塊的 ps1 檔案中提供以下物件:
Data Standard for AutoCAD 中單一對話方塊的 XAML 定義位於以下目錄中:
%programdata%\Autodesk\
對於所有 AutoCAD 圖面,均使用 AutoCAD.xaml 檔案。
Data Standard for AutoCAD 對話方塊的 ps1 檔案中提供以下物件:
Data Standard for Inventor 中多個對話方塊的 XAML 定義位於以下目錄中:
%programdata%\Autodesk\
對於一般 Inventor 零件、組合和圖面,會使用檔案 Inventor.xaml。對於選取的功能零件和組合,會展示特定對話方塊。每個對話方塊都有其自己的 xaml 檔案:CableAndHarness.xaml、DesignAccelerator.xaml、FrameGenerator.xaml、TubeAndPipe.xaml
Data Standard for Inventor 對話方塊的 ps1 檔案中提供以下物件:
Addins 資料夾中的每個 ps1 檔案都會被讀取,並用於對話方塊。因此,Addins 資料夾中 ps1 檔案內的所有程式碼,都會定義對話方塊的行為。