CustomProperties interface
Office 2013 and later
A collection of CustomProperty objects that represents the properties related to a smart tag.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
The CustomProperties collection includes all the smart tag custom properties in a document.
Use the Properties property to return a single CustomProperties object. Use the Add method of the CustomProperties object with to create a custom property.
Use Properties (index) to return a single property for a smart tag, where index is the number of the property.
Use the Count property to return the number of custom properties for a smart tag.
Show: