IVsHiddenRegion::GetBanner Method (String^)
Visual Studio 2015
Returns the banner for the hidden region.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pbstrBanner
-
Type:
System::String^
[out] Pointer to the banner for the hidden region.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsHiddenRegion::GetBanner( [out] BSTR *pbstrBanner );
This method allocates a BSTR, which must be freed by the caller.
Show: