ProvideLanguageExtensionAttribute::LanguageService Property

 

Returns the language GUID.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property Guid LanguageService {
	Guid get();
}

Property Value

Type: System::Guid

Returns a Guid object containing the GUID of the language service that was passed to the ProvideLanguageExtensionAttribute class constructor.

This property is not normally used outside the class.

Return to top
Show: