IVsXMLMemberData::GetReturnsText Method (String^)
Visual Studio 2015
Gets a description of the return value.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrReturns
-
Type:
System::String^
[out] Description of the return value of a method.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsXMLMemberData::GetReturnsText( [out] BSTR *pbstrReturns );
Show: