IVsXMLMemberData::GetReturnsText Method (String^)

 

Gets a description of the return value.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int GetReturnsText(
	[OutAttribute] String^% pbstrReturns
)

Parameters

pbstrReturns
Type: System::String^

[out] Description of the return value of a method.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsXMLMemberData::GetReturnsText(
   [out] BSTR *pbstrReturns
);
Return to top
Show: