IVsSettingsErrorInformation.GetErrorCount(Int32) Method

Definition

Gets the error count.

public:
 int GetErrorCount([Runtime::InteropServices::Out] int % pnErrors);
int GetErrorCount([Runtime::InteropServices::Out] int & pnErrors);
public int GetErrorCount (out int pnErrors);
abstract member GetErrorCount : int -> int
Public Function GetErrorCount (ByRef pnErrors As Integer) As Integer

Parameters

pnErrors
Int32

[out] The error count.

Returns

The HRESULT.

Applies to