IViewAutomationPeer.GetPattern(PatternInterface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與指定之 patternInterface
相關聯的控制項模式。
public:
System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface patternInterface);
public object GetPattern (System.Windows.Automation.Peers.PatternInterface patternInterface);
abstract member GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public Function GetPattern (patternInterface As PatternInterface) As Object
參數
- patternInterface
- PatternInterface
列舉中的值。
傳回
傳回實作控制項模式的物件。 如果這個方法傳回 null,則會使用來自 GetPattern(PatternInterface) 的傳回值。