CustomProperties Interface
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.
A collection of CustomProperty objects that represents the properties related to a smart tag.
public interface class CustomProperties : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("B923FDE1-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperties : System.Collections.IEnumerable
type CustomProperties = interface
interface IEnumerable
Public Interface CustomProperties
Implements IEnumerable
- Attributes
- Implements
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(String, String) 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.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Object] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
Add(String, String) |
Returns a CustomProperty object that represents a custom property added to a smart tag. |
GetEnumerator() |