IVsProfileSettingsFileInfo.GetDescription(String) Метод

Определение

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

Параметры

pbstrDescription
String

[выходной]

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

C++

Из vsshell80. IDL:

HRESULT IVsProfileSettingsFileInfo::GetDescription(

[out] BSTR *pbstrDescription

);

Применяется к