DocumentBase.SmartDocument 属性

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

命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word.v4.0.Utilities(在 Microsoft.Office.Tools.Word.v4.0.Utilities.dll 中)

语法

声明
Public ReadOnly Property SmartDocument As SmartDocument
public SmartDocument SmartDocument { get; }

属性值

类型:Microsoft.Office.Core.SmartDocument
一个表示智能文档解决方案的设置的 SmartDocument

备注

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

示例

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

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

.NET Framework 安全性

请参见

参考

DocumentBase 类

Microsoft.Office.Tools.Word 命名空间