IVsProfileSettingsTree.GetCategory(String) Yöntem

Tanım

Bir ağacın kategorisini alır.

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

Parametreler

pbstrCategory
String

dışı Ağacın kategorisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

[C++]

HRESULT IVsProfileSettingsTree::GetCategory(

[out] BSTR *pbstrCategory

);

Şunlara uygulanır