TextBoxAutomationPeer.GetPattern(PatternInterface) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与此 TextBoxAutomationPeer 关联的 TextBox 的控件模式。
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
是支持的值,则为支持控件模式的对象;否则为 null
。
注解
下表描述了方法根据 的值patternInterface
返回的内容GetPattern:
patternInterface 的值 |
返回值 |
---|---|
Value | 对 的当前实例的 TextBoxAutomationPeer引用。 |
Scroll | 用于此 ScrollViewerAutomationPeer 的 TextBoxAutomationPeer。 |
Text | 一个实现 ITextProvider 接口的对象。 |
SynchronizedInput | 一个实现 ISynchronizedInputProvider 接口的对象。 |