共用方式為


GridViewCellAutomationPeer.GetPattern(PatternInterface) 方法

定義

取得與此 GridViewCellAutomationPeer 相關聯之項目的控制項模式。

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

如果 patternInterfaceGridItemTableItem,則這個方法會傳回目前的 GridViewCellAutomationPeer

適用於