ItemAutomationPeer.GetPattern(PatternInterface) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回物件,該物件支援與這個自動化對等個體關聯之項目的特定控制項模式。
public:
override System::Object ^ GetPattern(System::Windows::Automation::Peers::PatternInterface patternInterface);
public override object GetPattern (System.Windows.Automation.Peers.PatternInterface patternInterface);
override this.GetPattern : System.Windows.Automation.Peers.PatternInterface -> obj
Public Overrides Function GetPattern (patternInterface As PatternInterface) As Object
參數
- patternInterface
- PatternInterface
列舉值,指定控制項模式。
傳回
如果 patternInterface
是支援的值,則為支援控制項模式的物件,否則為 null
。
備註
如果 是 patternInterface
PatternInterface.VirtualizedItem 且專案不在視覺化樹狀結構中,則這個方法會 this
傳回指標。 如果 patternInterface
等於 PatternInterface.SynchronizedInput ,這個方法會傳回實作 介面的物件 ISynchronizedInputProvider 。