IVsXMLMemberData::GetSummaryText Method (String^)
Visual Studio 2015
Gets summary text describing a member.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrSummary
-
Type:
System::String^
[in] Summary text of describing a member.
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::GetSummaryText( [out] BSTR *pbstrSummary );
Show: