次の方法で共有


MetaProperty インターフェイス

定義

ドキュメントに格納されたメタデータを説明するプロパティのコレクションの 1 つのプロパティを表します。

public interface class MetaProperty : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C038F-0000-0000-C000-000000000046")]
public interface MetaProperty : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C038F-0000-0000-C000-000000000046")>]
type MetaProperty = interface
    interface _IMsoDispObj
Public Interface MetaProperty
Implements _IMsoDispObj
属性
実装

プロパティ

Application

オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを MetaProperty 取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を MetaProperty 取得します。 読み取り専用です。

Id

オブジェクトの MetaProperty ID を取得します。 読み取り専用です。

IsReadOnly

メタ プロパティは読み取り専用であるかどうかを指定する ブール 値を取得します。 読み取り専用です。

IsRequired

メタ プロパティが必要かどうかを指定する ブール 値を取得します。 読み取り専用です。

Name

オブジェクトの名前を MetaProperty 取得します。 読み取り専用です。

Parent

オブジェクトの親オブジェクトを MetaProperty 取得します。 読み取り専用です。

Type

オブジェクトのデータ型を MetaProperty 取得します。 読み取り専用です。

ValidationError

ドキュメントに格納されたメタデータを説明するプロパティのコレクションの 1 つのプロパティを表します。

Value

オブジェクトの MetaProperty 値を取得または設定します。 読み取り/書き込みが可能です。

メソッド

Validate()

スキーマに従って、 MetaProperty 単一のプロパティ値を表すオブジェクトを検証します。

適用対象