共用方式為


FocusRequest.IsFocused 屬性

定義

警告

Use Result instead.

警告

Use SetResult(bool) or TrySetResult(bool) instead.

取得或設定值,指出這個要求集是否為焦點。

public:
 property bool IsFocused { bool get(); void set(bool value); };
public bool IsFocused { [System.Obsolete("Use Result instead.")] get; [System.Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")] set; }
[<get: System.Obsolete("Use Result instead.")>]
[<set: System.Obsolete("Use SetResult(bool) or TrySetResult(bool) instead.")>]
member this.IsFocused : bool with get, set
Public Property IsFocused As Boolean

屬性值

屬性

適用於