MetaProperties インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ドキュメントに格納されたメタデータを説明するプロパティのコレクションを表します。
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 コレクション オブジェクト内のすべてのプロパティを検証します。 |