Breakpoints::Item Method (Object^)
Visual Studio 2015
Returns a Breakpoint object in a Breakpoints collection.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- index
-
Type:
System::Object^
Required. The index of the Breakpoint object to return.
The Item method throws a ArgumentException exception if the collection cannot find the object that corresponds to the index value.
Show: