共用方式為


DataGridCellItemAutomationPeer.GetPattern(PatternInterface) 方法

定義

傳回物件,該物件支援與這個自動化對等個體關聯之項目的特定控制項模式。

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 是支援的值則為目前的 DataGridCellItemAutomationPeer 物件,否則為 null

備註

如果發生下列其中一種情況,這個方法會傳回目前的 DataGridCellItemAutomationPeer 物件:

適用於