IVsLanguageInfoPackage.GetLanguagePropertyPage(Guid, Guid, VSPROPSHEETPAGE[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la page de propriétés d'un service de langage donné.
public:
int GetLanguagePropertyPage(Guid % rguidPage, Guid % guidLang, cli::array <Microsoft::VisualStudio::Shell::Interop::VSPROPSHEETPAGE> ^ ppage);
public int GetLanguagePropertyPage (ref Guid rguidPage, ref Guid guidLang, Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] ppage);
abstract member GetLanguagePropertyPage : Guid * Guid * Microsoft.VisualStudio.Shell.Interop.VSPROPSHEETPAGE[] -> int
Public Function GetLanguagePropertyPage (ByRef rguidPage As Guid, ByRef guidLang As Guid, ppage As VSPROPSHEETPAGE()) As Integer
Paramètres
- rguidPage
- Guid
[in] GUID de la page de propriétés.
- guidLang
- Guid
[in] GUID du service de langage.
- ppage
- VSPROPSHEETPAGE[]
[in, out] Pointeur vers une VSPROPSHEETPAGE.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsLanguageInfoPackage::GetLanguagePropertyPage(
[in] REFGUID rguidPage,
[in] REFGUID guidLang,
[in, out] VSPROPSHEETPAGE *ppage
);