SmartTag.Properties Property

Returns a CustomProperties object that represents the properties of a smart tag.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property Properties As CustomProperties
    Get
'Usage
Dim instance As SmartTag
Dim value As CustomProperties

value = instance.Properties
CustomProperties Properties { get; }

Property Value

Type: Microsoft.Office.Interop.Word.CustomProperties

Remarks

You can use the Add method to add custom properties. However, custom properties are generally specified in the smart tag recognizer and action files.

See Also

Reference

SmartTag Interface

SmartTag Members

Microsoft.Office.Interop.Word Namespace