ComponentEditorPage.Loading 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示要保留多少載入相依性,直到載入完成為止。
protected:
property int Loading { int get(); void set(int value); };
protected int Loading { get; set; }
member this.Loading : int with get, set
Protected Property Loading As Integer
屬性值
剩餘的載入相依性數目。
備註
這個屬性可用來追蹤剩餘的載入階段數目。 對於完整載入檔所需的每個進程,此計數器會在載入開始之前遞增,並在每個載入程式完成時遞減。