次の方法で共有


CoAuthors インターフェイス

定義

ドキュメント内のすべてのオブジェクトの CoAuthor コレクション。

public interface class CoAuthors : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("256B6ABA-6A38-4D39-971C-91FDA9922814")]
public interface CoAuthors : System.Collections.IEnumerable
type CoAuthors = interface
    interface IEnumerable
Public Interface CoAuthors
Implements IEnumerable
属性
実装

注釈

このコレクションには、ドキュメント内のすべての共同作成者 (ドキュメントをアクティブに編集している作成者) が含まれています。

プロパティ

Application

Application Microsoft Word アプリケーションを表す オブジェクトを取得します。

Count

コレクション内の項目の数を CoAuthors 取得します。

Creator

指定したオブジェクトが作成されたアプリケーションを示す 32 ビット整数を取得します。

Item[Object]

コレクション内の各 CoAuthors オブジェクトを返します。

Parent

Object指定したCoAuthorsオブジェクトの親オブジェクトを表す を取得します。

メソッド

GetEnumerator()

ドキュメント内のすべてのオブジェクトの CoAuthor コレクション。

適用対象