IVsXMLMemberData.GetReturnsText(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 a description of the return value.
public:
int GetReturnsText([Runtime::InteropServices::Out] System::String ^ % pbstrReturns);
int GetReturnsText([Runtime::InteropServices::Out] std::wstring const & & pbstrReturns);
public int GetReturnsText (out string pbstrReturns);
abstract member GetReturnsText : string -> int
Public Function GetReturnsText (ByRef pbstrReturns As String) As Integer
Parameters
- pbstrReturns
- String
[out] Description of the return value of a method.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsXMLMemberData::GetReturnsText(
[out] BSTR *pbstrReturns
);