ImportFiles Property

MSBuild

Specifies the name of an analysis report or project file to import. Any messages in the imported file that are marked as excluded are not included in the analysis results.


Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public Property ImportFiles As ITaskItem[]
C#
public ITaskItem[] ImportFiles { get; set; }
C++
public property ITaskItem[] ImportFiles sealed  {
    array<ITaskItem>^ get();
    void set(array<ITaskItem>^ value);
}
J#
/** property */
public ITaskItem[] get_ImportFiles();

/** property */
public void set_ImportFiles(ITaskItem[] value);
JScript
public function get ImportFiles() : ITaskItem[]

public function set ImportFiles(value : ITaskItem[]);

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.