MetaProperties 接口

定义

代表描述文档中所存储元数据的属性的集合。

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
属性
实现

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 MetaProperties 。 只读。

Count

获取一个 Integer 类型的值,该值指示集合中的 MetaProperties 项数。 只读。

Creator

获取在其中创建对象的应用程序的 MetaProperties ID。 只读。

Item[Object]

从集合中MetaPropertyMetaProperties获取对象。 只读。

Parent

获取 对象的父对象 MetaProperties 。 只读。

SchemaXml

获取 对象的架构 XML MetaProperties 。 只读。

ValidationError

代表描述文档中所存储元数据的属性的集合。

方法

GetEnumerator()

代表描述文档中所存储元数据的属性的集合。

GetItemByInternalName(String)

获取属性的值,该值指定其名称而不是其索引值。

Validate()

根据架构验证集合对象中的所有 MetaProperties 属性。

适用于