Checks whether the current document is stored in the symbol store.
[Visual Basic] ReadOnly Property HasEmbeddedSource As Boolean [C#] bool HasEmbeddedSource {get;} [C++] bool get_HasEmbeddedSource() = 0; [JScript] abstract function get HasEmbeddedSource() : Boolean;
true if the current document is stored in the symbol store; otherwise, false.
ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace