Condividi tramite


IVsPreviewChangesEngine.GetDescription(String) Method

Definition

Gets the dialog description text.

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

Parameters

pbstrDescription
String

[out] The text of the dialog description.

Returns

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

Remarks

This applies to tree view description text.

COM Signature

From vsshell80.idl:

HRESULT GetDescription([out] BSTR *pbstrDescription);  

Applies to