IVsProfileSettingsTree.GetCategory(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
);