IVsProfileSettingsTree.GetDescription(String) Yöntem

Tanım

Bir düğümün açıklamasını alır.

public:
 int GetDescription([Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
int GetDescription([Runtime::InteropServices::Out] std::wstring const & & pbstrDescription);
public int GetDescription (out string pbstrDescription);
abstract member GetDescription : string -> int
Public Function GetDescription (ByRef pbstrDescription As String) As Integer

Parametreler

pbstrDescription
String

dışı Düğümün açıklaması.

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 GetDescription(  
   [out] BSTR *pbstrDescription  
);  

Şunlara uygulanır