RectAnimationUsingKeyFrames.FreezeCore(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讓這個 RectAnimationUsingKeyFrames 物件的執行個體成為唯讀 (凍結),或判斷它是否可以成為唯讀。
protected:
override bool FreezeCore(bool isChecking);
protected override bool FreezeCore (bool isChecking);
override this.FreezeCore : bool -> bool
Protected Overrides Function FreezeCore (isChecking As Boolean) As Boolean
參數
- isChecking
- Boolean
true
表示檢查這個執行個體是否可以凍結;false
表示凍結此執行個體。
傳回
當 isChecking
為 true
時,如果這個 RectAnimationUsingKeyFrames 可以成為唯讀,則這個方法會傳回 true
,否則為 false
。
當 isChecking
為 false
時,如果這個 RectAnimationUsingKeyFrames 現在已經是唯讀,則這個方法會傳回 true
,如果它不可以成為唯讀的,則為 false
,而副作用是會開始變更這個物件的凍結狀態。