SmartDocument.SolutionID 属性

定义

返回或设置 ID,通常是 GUID) (全局唯一标识符,用于标识附加到活动 Microsoft Office Word 2003 文档或 Microsoft Office Excel 2003 工作簿的 XML 扩展包。

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

属性值

注解

当活动文档没有附加 XML 扩展包时,SolutionID 属性返回空字符串或“None”。

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

适用于