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

Gets the length, in bytes, of the embedded source.

[Visual Basic]
ReadOnly Property SourceLength As Integer
[C#]
int SourceLength {get;}
[C++]
int get_SourceLength() = 0;
[JScript]
abstract function get SourceLength() : int;

Property Value

The source length of the current document.

See Also

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