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 Interface

Represents a document referenced by a symbol store.

ISymbolDocument

[Visual Basic]
Public Interface ISymbolDocument
[C#]
public interface ISymbolDocument
[C++]
public __gc __interface ISymbolDocument

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

A document is defined by a URL and a document type GUID. Using the document type GUID and the URL, you can locate the document however it is stored. Document source can optionally be stored in the symbol store.

This interface also provides access to that source if it is present.

Requirements

Namespace: System.Diagnostics.SymbolStore

Assembly: mscorlib.dll

See Also

ISymbolDocument Members | System.Diagnostics.SymbolStore Namespace