SymDocument.HasEmbeddedSource 属性
定义
指示当前文档的源是否存储在符号存储区中。Indicates whether the source for the current document is stored in the symbol store.
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。true if the source for the current document is stored in the symbol store; otherwise, false.