SymDocument.HasEmbeddedSource 属性

定义

指示当前文档的源是否存储在符号存储区中。

public:
 virtual property bool HasEmbeddedSource { bool get(); };
public override bool HasEmbeddedSource { get; }
public virtual bool HasEmbeddedSource { get; }
member this.HasEmbeddedSource : bool
Public Overrides ReadOnly Property HasEmbeddedSource As Boolean
Public Overridable ReadOnly Property HasEmbeddedSource As Boolean

属性值

如果当前文档的源存储在符号存储区中,则为 true;否则为 false

实现

适用于