ISymbolDocument.HasEmbeddedSource 属性

定义

检查当前文档是否存储在符号存储区中。

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

属性值

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

适用于