IVsPreviewChangesEngine.GetTextViewDescription(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);