IVsSettingsErrorInformation::GetErrorCount Method (Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the error count.

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

int GetErrorCount(
	[OutAttribute] int% pnErrors
)

Parameters

pnErrors
Type: System::Int32

[out] The error count.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: