次の方法で共有


View.ShowOtherAuthors プロパティ

定義

他の作成者のプレゼンスをドキュメントに表示するかどうかを取得または設定します。

public:
 property bool ShowOtherAuthors { bool get(); void set(bool value); };
public bool ShowOtherAuthors { get; set; }
member this.ShowOtherAuthors : bool with get, set
Public Property ShowOtherAuthors As Boolean

プロパティ値

の作成者のプレゼンスをドキュメントに表示する必要がある場合は true。それ以外の場合は false

注釈

読み取り/書き込みブール値 。 このプロパティを使用して、共同編集中に他の作成者の存在を表示するように切り替えます。

適用対象