Document.VstoSmartTags 属性 (2007 system)
更新:2007 年 11 月
获取与该文档关联的 Microsoft.Office.Tools.SmartTagCollection。
命名空间: Microsoft.Office.Tools.Word
程序集: Microsoft.Office.Tools.Word.v9.0(在 Microsoft.Office.Tools.Word.v9.0.dll 中)
语法
声明
<BrowsableAttribute(False)> _
Public ReadOnly Property VstoSmartTags As SmartTagCollection
用法
Dim instance As Document
Dim value As SmartTagCollection
value = instance.VstoSmartTags
[BrowsableAttribute(false)]
public SmartTagCollection VstoSmartTags { get; }
属性值
类型:Microsoft.Office.Tools.SmartTagCollection
与该文档关联的 Microsoft.Office.Tools.SmartTagCollection。
权限
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
另请参见
参考
Microsoft.Office.Tools.Word 命名空间