ISymbolDocument.HasEmbeddedSource Property

Definition

Checks whether the current document is stored in the symbol store.

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

Property Value

true if the current document is stored in the symbol store; otherwise, false.

Applies to