IVsSettingsErrorInformation.GetErrorCount(Int32) 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.
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.