SmartTag.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.