Breakpoints::Count Property

 

Returns a value indicating the number of Breakpoint objects in the Breakpoints collection.

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

property int Count {
	int get();
}

Property Value

Type: System::Int32

An integer value representing the number of Breakpoint objects in the collection.

The following example demonstrates how to use the Count property.

To test this property:

No code example is currently available or this language may not be supported.
Return to top
Show: