ExpandCollapsePattern.Current プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
この ExpandCollapsePatternの現在の UI オートメーション プロパティ値を取得します。
public:
property System::Windows::Automation::ExpandCollapsePattern::ExpandCollapsePatternInformation Current { System::Windows::Automation::ExpandCollapsePattern::ExpandCollapsePatternInformation get(); };
public System.Windows.Automation.ExpandCollapsePattern.ExpandCollapsePatternInformation Current { get; }
member this.Current : System.Windows.Automation.ExpandCollapsePattern.ExpandCollapsePatternInformation
Public ReadOnly Property Current As ExpandCollapsePattern.ExpandCollapsePatternInformation
プロパティ値
コントロール パターンの現在の UI オートメーション プロパティ値を含む構造体。
注釈
現在の値を AutomationElement 取得するには、このパターンは 参照を Full 持つ からである必要があります。 が AutomationElement を使用して None取得された場合、キャッシュされたデータのみが含まれており、プロパティの現在の値を取得しようとすると例外が発生します。 を使用して Cached 以前に指定したプロパティのキャッシュ値を取得するには、 を CacheRequest使用します。
使用可能なプロパティとその使用方法については、「」を参照してください ExpandCollapsePattern.ExpandCollapsePatternInformation。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET