DocumentBase.SmartDocument 属性

定义

获取一个表示智能文档解决方案的设置的 SmartDocument

public Microsoft.Office.Core.SmartDocument SmartDocument { get; }

属性值

SmartDocument

SmartDocument,表示智能文档解决方案的设置。

示例

下面的代码示例显示文档的有效 XML 扩展包的列表。 若要使用此示例,请在 ThisDocument 文档级项目的类中运行它。

private void DocumentSmartDocument()
{
    this.SmartDocument.PickSolution(true);
}
Private Sub DocumentSmartDocument()
    Me.SmartDocument.PickSolution(True)
End Sub 

注解

有关智能文档的详细信息,请参阅 Microsoft Developer Network (MSDN)网站上的智能文档软件开发工具包。

适用于