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.DocumentType

Gets the type of the current document.

[Visual Basic]
ReadOnly Property DocumentType As Guid
[C#]
Guid DocumentType {get;}
[C++]
Guid get_DocumentType() = 0;
[JScript]
abstract function get DocumentType() : Guid;

Property Value

The type of the current document.

See Also

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