IVsLanguageInfoPackage::GetLanguagePropertyPage Method (Guid, Guid, array<VSPROPSHEETPAGE>^)

 

Gets the property page for a given language service.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: