共用方式為


RibbonSplitButtonAutomationPeer.GetPattern(PatternInterface) 方法

定義

取得與 RibbonSplitButtonAutomationPeer 相關聯之 RibbonSplitButton 的控制項模式。

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

指定控制項模式的值列舉。

傳回

Object

如果 patternInterface 是支援的值,則為支援控制項模式的物件,否則為 null

備註

如果發生下列其中一種情況,這個方法會傳回支援指定控制項模式的物件。

適用於