ValuePattern.Current 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得這個 ValuePattern的目前UI自動化屬性值。
public:
property System::Windows::Automation::ValuePattern::ValuePatternInformation Current { System::Windows::Automation::ValuePattern::ValuePatternInformation get(); };
public System.Windows.Automation.ValuePattern.ValuePatternInformation Current { get; }
member this.Current : System.Windows.Automation.ValuePattern.ValuePatternInformation
Public ReadOnly Property Current As ValuePattern.ValuePatternInformation
屬性值
目前的屬性值。
備註
此模式必須來自 AutomationElement 具有 Full 參考的 ,才能取得目前的值。 如果使用 取得 None,AutomationElement它只會包含快取的數據,而且嘗試取得任何屬性的目前值會引發例外狀況。 使用 Cached 取得先前使用 CacheRequest所指定之屬性的快取值。
如需可用屬性及其使用方式的相關信息,請參閱 ValuePattern.ValuePatternInformation。