Document.VstoSmartTags Property (2007 System)

Gets the Microsoft.Office.Tools.SmartTagCollection associated with the document.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property VstoSmartTags As SmartTagCollection
'Usage
Dim instance As Document 
Dim value As SmartTagCollection 

value = instance.VstoSmartTags
[BrowsableAttribute(false)]
public SmartTagCollection VstoSmartTags { get; }
[BrowsableAttribute(false)]
public:
property SmartTagCollection^ VstoSmartTags {
    SmartTagCollection^ get ();
}
public function get VstoSmartTags () : SmartTagCollection

Property Value

Type: Microsoft.Office.Tools.SmartTagCollection
The Microsoft.Office.Tools.SmartTagCollection associated with the document.

.NET Framework Security

See Also

Reference

Document Class

Document Members

Microsoft.Office.Tools.Word Namespace

Other Resources

Smart Tags Overview

How to: Add Smart Tags to Word Documents