RenderTreeFrame.Sequence 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得框架的序號。 序號表示插入框架之指令的相對來源位置。 序號通常只能在相同的序列 (中比較,相同的來源方法) 。
public:
property int Sequence { int get(); };
public int Sequence { get; }
member this.Sequence : int
Public ReadOnly Property Sequence As Integer