次の方法で共有


AutomationElementIdentifiers.IsOffscreenProperty プロパティ

定義

オフスクリーン判定自動化プロパティを識別します。 オフ画面の状態は、オートメーション ピアによって参照される項目が画面外にあるかどうかを示します。 現在の状態は、 IsOffscreen メソッドによって返されます。

public:
 static property AutomationProperty ^ IsOffscreenProperty { AutomationProperty ^ get(); };
static AutomationProperty IsOffscreenProperty();
public static AutomationProperty IsOffscreenProperty { get; }
var automationProperty = AutomationElementIdentifiers.isOffscreenProperty;
Public Shared ReadOnly Property IsOffscreenProperty As AutomationProperty

プロパティ値

オートメーション プロパティ識別子。

適用対象