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

Gets the language vendor of the current document.

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

Property Value

The language vendor of the current document.

See Also

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