FocusRequest.IsFocused 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
屬性值
- 屬性