BuildManager.IsPrecompiledApp 属性

定义

获取一个值,该值指定应用程序是否预编译。

public:
 static property bool IsPrecompiledApp { bool get(); };
public static bool IsPrecompiledApp { get; }
static member IsPrecompiledApp : bool
Public Shared ReadOnly Property IsPrecompiledApp As Boolean

属性值

true 如果预编译应用程序,则为否则,为 false.

适用于