ExceptionRegion.FilterOffset 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得篩選條件區塊開頭的 IL 位移,如果該區域不是篩選條件,則為 -1。
public:
property int FilterOffset { int get(); };
public int FilterOffset { get; }
member this.FilterOffset : int
Public ReadOnly Property FilterOffset As Integer