Processes::Count Property

 

Gets a value indicating the number of objects in the Processes collection.

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

property int Count {
	int get();
}

Property Value

Type: System::Int32

An integer representing the number of Process objects in the collection.

The following example demonstrates how to use the Count property.

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