IVsContainedLanguage::GetLanguageServiceID Method (Guid)

 

Returns the GUID for the full language service of the contained language.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int GetLanguageServiceID(
	[OutAttribute] Guid% pguidLangService
)

Parameters

pguidLangService
Type: System::Guid

[out] Returns the GUID of the language service of the contained language.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT GetLanguageServiceID(
   [out] GUID *pguidLangService
);
Return to top
Show: