ComponentEditorPage.Loading Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates how many load dependencies remain until loading has been completed.
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
Property Value
The number of remaining load dependencies.
Remarks
This property is used to track the number of loading stages remaining. For each process needed to completely load the document, this counter is incremented before loading begins, and decremented when each loading process completes.
Applies to
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา