IVsProfileSettingsTree.GetCategory(String) Method

Definition

Gets the category of a tree.

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

Parameters

pbstrCategory
String

[out] The category of the tree.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsProfileSettingsTree::GetCategory(

[out] BSTR *pbstrCategory

);

Applies to