Share via


IVsPreviewChangesEngine.GetTextViewDescription(String) Method

Definition

Gets the dialog text view description.

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

Parameters

pbstrTextViewDescription
String

[out] The text view description.

Returns

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

Remarks

COM Signature

From vsshell80.idl:

HRESULT GetTextViewDescription([out] BSTR *pbstrTextViewDescription);  

Applies to