SmartDocument.SolutionURL 属性

定义

返回或设置一个绝对 URL,该 URL 提供附加到活动 Microsoft Office Word 2003 文档或 Microsoft Office Excel 2003 工作簿的 XML 扩展包文件的完整路径。

public:
 property System::String ^ SolutionURL { System::String ^ get(); void set(System::String ^ value); };
public string SolutionURL { get; set; }
member this.SolutionURL : string with get, set
Public Property SolutionURL As String

属性值

注解

当活动文档未附加 XML 扩展包时, SolutionURL 属性返回空字符串。

SolutionIDSolutionURL 属性提供适当的值,以便将可用的 XML 扩展包附加到活动文档,并在不使用 PickSolution 方法的情况下将其转换为智能文档。 将 SolutionIDSolutionURL 属性设置为空字符串以删除附加的 XML 扩展包

适用于