SolutionBuild.LastBuildInfo Özellik

Tanım

Derlenmeden başarısız olan projelerin sayısını alır.

public:
 property int LastBuildInfo { int get(); };
public:
 property int LastBuildInfo { int get(); };
[System.Runtime.InteropServices.DispId(6)]
public int LastBuildInfo { [System.Runtime.InteropServices.DispId(6)] get; }
[<System.Runtime.InteropServices.DispId(6)>]
[<get: System.Runtime.InteropServices.DispId(6)>]
member this.LastBuildInfo : int
Public ReadOnly Property LastBuildInfo As Integer

Özellik Değeri

Int32

Derlenme başarısız proje sayısı.

Öznitelikler

Açıklamalar

Sıfır dönüş değeri, başarılı bir derlemeyi gösterir. Değeri, LastBuildInfo özelliğinin değeri olduğunda tanımsızdır BuildState vsBuildStateNotStarted .

Şunlara uygulanır