SmartTag.Properties Property

Definition

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

public:
 property Microsoft::Office::Interop::Word::CustomProperties ^ Properties { Microsoft::Office::Interop::Word::CustomProperties ^ get(); };
public Microsoft.Office.Interop.Word.CustomProperties Properties { get; }
member this.Properties : Microsoft.Office.Interop.Word.CustomProperties
Public ReadOnly Property Properties As CustomProperties

Property Value

Remarks

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

Applies to