IVsXMLMemberData3.GetExceptionCount(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 number of exceptions.
public:
int GetExceptionCount([Runtime::InteropServices::Out] int % piExceptions);
int GetExceptionCount([Runtime::InteropServices::Out] int & piExceptions);
public int GetExceptionCount (out int piExceptions);
abstract member GetExceptionCount : int -> int
Public Function GetExceptionCount (ByRef piExceptions As Integer) As Integer
Parameters
- piExceptions
- Int32
[out] The number of exceptions.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsXMLMemberData3::GetExceptionCount(
[out] long *piExceptions
);