共用方式為


Project.AddNewUsingTaskFromAssemblyName(String, String) Method

Definition

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

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

Parameters

taskName
String
assemblyName
String
Attributes

Applies to