ScrollPattern.Current プロパティ

定義

このScrollPatternプロパティの現在のUI オートメーションプロパティ値を取得します。

public:
 property System::Windows::Automation::ScrollPattern::ScrollPatternInformation Current { System::Windows::Automation::ScrollPattern::ScrollPatternInformation get(); };
public System.Windows.Automation.ScrollPattern.ScrollPatternInformation Current { get; }
member this.Current : System.Windows.Automation.ScrollPattern.ScrollPatternInformation
Public ReadOnly Property Current As ScrollPattern.ScrollPatternInformation

プロパティ値

ScrollPattern.ScrollPatternInformation

コントロール パターンの現在のUI オートメーション プロパティ値を含む構造体。

注釈

現在の値を AutomationElement 取得するには、このパターンは参照付 Full きのパターンである必要があります。 を AutomationElement 使用して None取得した場合、キャッシュされたデータのみが含まれ、プロパティの現在の値を取得しようとすると例外が発生します。 を使用して Cached 以前に指定したプロパティのキャッシュされた値を CacheRequest取得するために使用します。

使用可能なプロパティとその使用方法については、次を参照してください ScrollPattern.ScrollPatternInformation

適用対象