Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MetaProperties Interface

Definition

Namespace:
Microsoft.Office.Core
Assembly:
office.dll

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 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


Feedback

Was this page helpful?