IVsSyntheticRegion::GetText Method (String^)
Visual Studio 2015
Gets the text associated with the region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pbstrText
-
Type:
System::String^
[out] The text for the region.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Warning |
|---|
This allocates a new BSTR which must be freed by the caller. |
From textmgr.idl:
HRESULT IVsSyntheticRegion::GetText( [out] BSTR *pbstrText );
Show:
