This documentation is archived and is not being maintained.

IProjectFile::MetadataFiles Property

Gets the list of metadata files containing test lists to run.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

property List<IMetadataFile^>^ MetadataFiles {
	List<IMetadataFile^>^ get ();
}

Property Value

Type: System.Collections.Generic::List<IMetadataFile>
The list of metadata files containing test lists to run.

Show: