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)

Usage

Public Class ustomPropertiesImplementation
    Implements CustomProperties
End Class
Dim ustomPropertiesImplementation1 As New ustomPropertiesImplementation()

Syntax

Public Interface CustomProperties
    Inherits IEnumerable
public interface CustomProperties : IEnumerable
public interface class CustomProperties : public IEnumerable
public interface CustomProperties implements IEnumerable
public interface CustomProperties implements 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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

CustomProperties Members