IVsProfileSettingsTree.GetCategory(String) 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 catégorie d'une arborescence.
public:
int GetCategory([Runtime::InteropServices::Out] System::String ^ % pbstrCategory);
int GetCategory([Runtime::InteropServices::Out] std::wstring const & & pbstrCategory);
public int GetCategory (out string pbstrCategory);
abstract member GetCategory : string -> int
Public Function GetCategory (ByRef pbstrCategory As String) As Integer
Paramètres
- pbstrCategory
- String
[out] Catégorie de l'arborescence.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
[C++]
HRESULT IVsProfileSettingsTree::GetCategory(
[out] BSTR *pbstrCategory
);