IVsLanguageInfoPackage::GetLanguagePropertyPage Method (Guid, Guid, array<VSPROPSHEETPAGE>^)
Visual Studio 2015
Gets the property page for a given language service.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int GetLanguagePropertyPage( [InAttribute] Guid% rguidPage, [InAttribute] Guid% guidLang, array<VSPROPSHEETPAGE>^ ppage )
Parameters
- rguidPage
-
Type:
System::Guid
[in] GUID for the property page.
- guidLang
-
Type:
System::Guid
[in] GUID for the language service.
- ppage
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VSPROPSHEETPAGE>^
[in, out] Pointer to a VSPROPSHEETPAGE.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsLanguageInfoPackage::GetLanguagePropertyPage( [in] REFGUID rguidPage, [in] REFGUID guidLang, [in, out] VSPROPSHEETPAGE *ppage );
Show: