Delen via


ExceptionGroups.Count Property

Gets a value indicating the number of exception groups in the ExceptionGroups collection.

Namespace:  EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

Syntax

'Declaration
ReadOnly Property Count As Integer
'Usage
Dim instance As ExceptionGroups 
Dim value As Integer 

value = instance.Count
int Count { get; }
property int Count {
    int get ();
}
function get Count () : int

Property Value

Type: System.Int32
An integer representing the number of exception groups.

.NET Framework Security

See Also

Reference

ExceptionGroups Interface

ExceptionGroups Members

EnvDTE90 Namespace

Other Resources

Working With Threads and Processes

Automation Object Model Chart

How to: Use the Threads Window