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