CalendarAutomationPeer.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
為 Grid、Table、MultipleView 或 Selection,則這個方法會傳回 this
指標,否則會傳回 null
。