PickSolution Method
Displays a dialog box that contains a list of XML expansion packs available for a document.
expression.PickSolution(ConsiderAllSchemas)
expression Required. An expression that returns a SmartDocument object.
ConsiderAllSchemas Optional Boolean. True displays all XML expansion packs installed on the user's computer. False displays only XML expansion packs applicable to the specified document. Default value is False.
Remarks
For more information on smart documents or XML expansion packs for smart documents, please see the Smart Document Software Development Kit (SDK) on the Microsoft Developer Network (MSDN) Web site.
Example
The following example displays a dialog box that contains a list of valid XML expansion packs for the active document.
ActiveDocument.SmartDocument.PickSolution
Applies to | Windows Collection Object