IVsProfileSettingsTree.GetCategory(String) Méthode

Définition

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

Int32

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

);

S’applique à