MetaProperties Members
Include Protected Members
Include Inherited Members
Represents a collection of properties describing the metadata stored in a document.
The MetaProperties type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Application | (Inherited from _IMsoDispObj.) |
![]() |
Application | Gets an Application object that represents the container application for the MetaProperties object. Read-only. |
![]() |
Count | Gets an Integer indicating the number of items in the MetaProperties collection. Read-only. |
![]() |
Creator | (Inherited from _IMsoDispObj.) |
![]() |
Creator | Gets ID of the application in which the MetaProperties object was created. Read-only. |
![]() |
Item | Gets a MetaProperty object from the MetaProperties collection. Read-only. |
![]() |
Parent | Gets the parent object for the MetaProperties object. Read-only. |
![]() |
SchemaXml | Gets the schema XML for the MetaProperties object. Read-only. |
![]() |
ValidationError |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetEnumerator() | (Inherited from IEnumerable.) |
![]() |
GetEnumerator() | |
![]() |
GetItemByInternalName | Gets a property's value specifying its name as opposed to its index value. |
![]() |
Validate | Validates all of the properties in a MetaProperties collection object according to a schema. |
Top