共用方式為


RibbonQuickAccessToolBarAutomationPeer.GetPattern(PatternInterface) 方法

定義

取得與 RibbonQuickAccessToolBarAutomationPeer 相關聯之 RibbonQuickAccessToolBar 的控制項模式。

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

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

傳回

如果 patternInterfaceScroll, ItemContainer, SynchronizedInput 值,或者如果 RibbonQuickAccessToolBar 的溢位功能表中有項目且 patternInterfaceExpandCollapse 值,則為支援控制項模式的物件;否則為 null

適用於