CompilationPass2Task.Execute 方法

定义

由 MS Build 调用,用于执行任务。Called by MS Build to execute the task.

public:
 override bool Execute();
public override bool Execute ();
override this.Execute : unit -> bool
Public Overrides Function Execute () As Boolean

返回

Boolean

如果该任务成功执行,则为 true;否则为 falsetrue if the task executes successfully; otherwise, false.

适用于