IProjectFile.AddMetadataFile Method
Adds a metadata file to the list of MetadataFiles.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function AddMetadataFile As IMetadataFile
IMetadataFile AddMetadataFile()
IMetadataFile^ AddMetadataFile()
abstract AddMetadataFile : unit -> IMetadataFile
function AddMetadataFile() : IMetadataFile
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IMetadataFile
The newly added metadata file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.