Share via


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

注解

读/写布尔。 使用此属性切换显示其他作者在共同创作时的状态。

适用于