IHangReportContributor.GetHangReport 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.
Contributes data for a hang report.
public:
Microsoft::VisualStudio::Threading::HangReportContribution ^ GetHangReport();
Microsoft::VisualStudio::Threading::HangReportContribution GetHangReport();
public Microsoft.VisualStudio.Threading.HangReportContribution GetHangReport ();
abstract member GetHangReport : unit -> Microsoft.VisualStudio.Threading.HangReportContribution
Public Function GetHangReport () As HangReportContribution
Returns
The hang report contribution. Null values should be ignored.