次の方法で共有


MockBuildEngine.BuildProjectFile Method

Definition

Overloads

BuildProjectFile(String)
BuildProjectFile(String, String)
BuildProjectFile(String, String[])
BuildProjectFile(String, String[], IDictionary, IDictionary)
BuildProjectFile(String, String[], IDictionary, IDictionary, String)

BuildProjectFile(String)

public:
 bool BuildProjectFile(System::String ^ projectFileName);
public bool BuildProjectFile (string projectFileName);
member this.BuildProjectFile : string -> bool
Public Function BuildProjectFile (projectFileName As String) As Boolean

Parameters

projectFileName
String

Returns

Applies to

BuildProjectFile(String, String)

public:
 bool BuildProjectFile(System::String ^ projectFileName, System::String ^ targetName);
public bool BuildProjectFile (string projectFileName, string targetName);
member this.BuildProjectFile : string * string -> bool
Public Function BuildProjectFile (projectFileName As String, targetName As String) As Boolean

Parameters

projectFileName
String
targetName
String

Returns

Applies to

BuildProjectFile(String, String[])

public:
 bool BuildProjectFile(System::String ^ projectFileName, cli::array <System::String ^> ^ targetNames);
public bool BuildProjectFile (string projectFileName, string[] targetNames);
member this.BuildProjectFile : string * string[] -> bool
Public Function BuildProjectFile (projectFileName As String, targetNames As String()) As Boolean

Parameters

projectFileName
String
targetNames
String[]

Returns

Applies to

BuildProjectFile(String, String[], IDictionary, IDictionary)

public:
 virtual bool BuildProjectFile(System::String ^ projectFileName, cli::array <System::String ^> ^ targetNames, System::Collections::IDictionary ^ globalPropertiesPassedIntoTask, System::Collections::IDictionary ^ targetOutputs);
public bool BuildProjectFile (string projectFileName, string[] targetNames, System.Collections.IDictionary globalPropertiesPassedIntoTask, System.Collections.IDictionary targetOutputs);
abstract member BuildProjectFile : string * string[] * System.Collections.IDictionary * System.Collections.IDictionary -> bool
override this.BuildProjectFile : string * string[] * System.Collections.IDictionary * System.Collections.IDictionary -> bool
Public Function BuildProjectFile (projectFileName As String, targetNames As String(), globalPropertiesPassedIntoTask As IDictionary, targetOutputs As IDictionary) As Boolean

Parameters

projectFileName
String
targetNames
String[]
globalPropertiesPassedIntoTask
IDictionary
targetOutputs
IDictionary

Returns

Implements

Applies to

BuildProjectFile(String, String[], IDictionary, IDictionary, String)

public:
 virtual bool BuildProjectFile(System::String ^ projectFileName, cli::array <System::String ^> ^ targetNames, System::Collections::IDictionary ^ globalPropertiesPassedIntoTask, System::Collections::IDictionary ^ targetOutputs, System::String ^ toolsVersion);
public bool BuildProjectFile (string projectFileName, string[] targetNames, System.Collections.IDictionary globalPropertiesPassedIntoTask, System.Collections.IDictionary targetOutputs, string toolsVersion);
abstract member BuildProjectFile : string * string[] * System.Collections.IDictionary * System.Collections.IDictionary * string -> bool
override this.BuildProjectFile : string * string[] * System.Collections.IDictionary * System.Collections.IDictionary * string -> bool
Public Function BuildProjectFile (projectFileName As String, targetNames As String(), globalPropertiesPassedIntoTask As IDictionary, targetOutputs As IDictionary, toolsVersion As String) As Boolean

Parameters

projectFileName
String
targetNames
String[]
globalPropertiesPassedIntoTask
IDictionary
targetOutputs
IDictionary
toolsVersion
String

Returns

Implements

Applies to