IPublishFileCollection::Count Property

 

Gets the number of files in the collection.

Namespace:   Microsoft.VisualStudio.ManagedInterfaces.Publish
Assembly:  Microsoft.VisualStudio.ManagedInterfaces (in Microsoft.VisualStudio.ManagedInterfaces.dll)

[DispIdAttribute(1)]
property int Count {
	int get();
}

Property Value

Type: System::Int32

The number of files in the collection.

Return to top
Show: