IProjectFile.AddMetadataFile Method
Adds a metadata file to MetadataFiles in the TFSBuild.proj file.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Function AddMetadataFile As IMetadataFile
'Usage
Dim instance As IProjectFile
Dim returnValue As IMetadataFile
returnValue = instance.AddMetadataFile()
IMetadataFile AddMetadataFile()
IMetadataFile^ AddMetadataFile()
function AddMetadataFile() : IMetadataFile
Return Value
Type: Microsoft.TeamFoundation.Build.Client.IMetadataFile
Returns the new 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.