CustomProperties Interface

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)

Syntax

'Declaration
<GuidAttribute("B923FDE1-F08C-11D3-91B0-00105A0A19FD")> _
Public Interface CustomProperties _
    Inherits IEnumerable
'Usage
Dim instance As CustomProperties
[GuidAttribute("B923FDE1-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperties : IEnumerable

Remarks

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.

See Also

Reference

CustomProperties Members

Microsoft.Office.Interop.Word Namespace