VCCodeElements::Count Property

 

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

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property int Count {
	int get();
}

Property Value

Type: System::Int32

A value indicating the number of objects in the collection.

Return to top
Show: