次の方法で共有


Project.AddNewUsingTaskFromAssemblyFile(String, String) Method

Definition

Adds a new <UsingTask> element to the end of the project

public:
 void AddNewUsingTaskFromAssemblyFile(System::String ^ taskName, System::String ^ assemblyFile);
public void AddNewUsingTaskFromAssemblyFile (string taskName, string assemblyFile);
[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]
public void AddNewUsingTaskFromAssemblyFile (string taskName, string assemblyFile);
member this.AddNewUsingTaskFromAssemblyFile : string * string -> unit
[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]
member this.AddNewUsingTaskFromAssemblyFile : string * string -> unit
Public Sub AddNewUsingTaskFromAssemblyFile (taskName As String, assemblyFile As String)

Parameters

taskName
String
assemblyFile
String
Attributes

Applies to