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

Gets the language of the current document.

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

Property Value

The language of the current document.

See Also

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