Share via


Project.AddNewImport(String, String) Method

Definition

Adds a new <Import> element to the end of the project.

public:
 void AddNewImport(System::String ^ projectFile, System::String ^ condition);
public void AddNewImport (string projectFile, string condition);
member this.AddNewImport : string * string -> unit
Public Sub AddNewImport (projectFile As String, condition As String)

Parameters

projectFile
String
condition
String

Applies to