DocumentAutomationPeer.GetPattern(PatternInterface) Метод

Определение

Получает шаблон элемента управления для FrameworkContentElement, связанного с данным DocumentAutomationPeer.

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 является Text, метод возвращает ITextProvider.

Применяется к