SymDocument.HasEmbeddedSource Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 : boolPublic Overrides ReadOnly Property HasEmbeddedSource As BooleanPublic Overridable ReadOnly Property HasEmbeddedSource As BooleanProperty Value
true if the source for the current document is stored in the symbol store; otherwise, false.