_Document.IsMasterDocument 属性

定义

确定指定的文档是否为主控文档。

public:
 property bool IsMasterDocument { bool get(); };
public bool IsMasterDocument { get; }
member this.IsMasterDocument : bool
Public ReadOnly Property IsMasterDocument As Boolean

属性值

注解

如果指定的文档是主控文档,则此属性返回 True ;否则返回 False

主文档包括一篇或多篇子文档。

适用于