NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolDocument.HasEmbeddedSource

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;

Property Value

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

See Also

ISymbolDocument Interface | ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace