MetaProperties Interface

Definition

Represents a collection of properties describing the metadata stored in a document.

public interface class MetaProperties : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C038E-0000-0000-C000-000000000046")]
public interface MetaProperties : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C038E-0000-0000-C000-000000000046")>]
type MetaProperties = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface MetaProperties
Implements _IMsoDispObj, IEnumerable
Attributes
Implements

Properties

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

Gets ID of the application in which the MetaProperties object was created. Read-only.

Item[Object]

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

Methods

GetEnumerator()
GetItemByInternalName(String)

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.

Applies to