CustomProperty 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.
Represents a single instance of a custom property for a smart tag.
public interface class CustomProperty
[System.Runtime.InteropServices.Guid("B923FDE0-F08C-11D3-91B0-00105A0A19FD")]
public interface CustomProperty
type CustomProperty = interface
Public Interface CustomProperty
- Attributes
Remarks
The CustomProperty object is a member of the CustomProperties collection.
Use the Item[Object] property— or Properties (Index
), where index
is the number of the property— of the CustomProperties collection to return a CustomProperty object. Use the Name and Value properties to return the information related to a custom property for a smart tag.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Name |
Returns the name of the specified object. |
Parent |
Returns an object that represents the parent object of the specified object. |
Value |
Returns or sets the value of the custom property. |
Methods
Delete() |
Deletes the specified object. |