次の方法で共有


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 です。

アクセス許可

  • 直前の呼び出し元に対する完全な信頼。このメンバは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

Document クラス

Document メンバ

Microsoft.Office.Tools.Word 名前空間

その他の技術情報

スマート タグの概要

方法 : Word 文書にスマート タグを追加する