DocumentProperties インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトの DocumentProperty コレクション。
public interface class DocumentProperties : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("2DF8D04D-5BFA-101B-BDE5-00AA0044DE52")]
public interface DocumentProperties : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("2DF8D04D-5BFA-101B-BDE5-00AA0044DE52")>]
type DocumentProperties = interface
interface IEnumerable
Public Interface DocumentProperties
Implements IEnumerable
- 属性
- 実装
注釈
それぞれの DocumentProperty オブジェクトは、コンテナー ドキュメントの組み込みまたはカスタム プロパティを表します。
メソッドを Add(String, Boolean, Object, Object, Object) 使用して新しいカスタム プロパティを作成し、 DocumentProperties コレクションに追加します。 You cannot use the Add method to create a built-in document property.
BuiltinDocumentProperties(index
) index
を使用して、組み込みドキュメント プロパティのインデックス番号を指定して、特定の組み込みドキュメント プロパティを表す 1 つの DocumentProperty オブジェクトを取得します。 CustomDocumentProperties(index
) を使用して、カスタム ドキュメント プロパティの番号をindex
指定して、特定のカスタム ドキュメント プロパティを表す DocumentProperty オブジェクトを取得します。
プロパティ
Application |
オブジェクトのコンテナー アプリケーションを表す Application オブジェクトを返します。 |
Count |
指定したコレクション内の項目の数を示す整数型 ( Integer) の値を返します。 |
Creator |
指定されたオブジェクトを作成したアプリケーションを示す 32 ビットの整数を取得します。 |
Item[Object] |
コレクションからオブジェクトをDocumentPropertyDocumentProperties返します。 |
Parent |
指定したオブジェクトの Parent オブジェクトを返します。 |
メソッド
Add(String, Boolean, Object, Object, Object) |
新しいカスタム ドキュメント プロパティを作成します。 |
GetEnumerator() |
オブジェクトの DocumentProperty コレクション。 |