IVsContainedLanguage::GetLanguageServiceID Method (Guid)
Visual Studio 2015
Returns the GUID for the full language service of the contained language.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Parameters
- pguidLangService
-
Type:
System::Guid
[out] Returns the GUID of the language service of the contained language.
From singlefileeditor.idl:
HRESULT GetLanguageServiceID( [out] GUID *pguidLangService );
Show: