Method GetPatternCore
| Edit this page View SourceGetPatternCore(PatternInterface)
Provides the peer's behavior when a Microsoft UI Automation client calls GetPattern or an equivalent Microsoft UI Automation client API.
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Type | Name | Description |
---|---|---|
PatternInterface | patternInterface | A value from the PatternInterface enumeration. |
Returns
Type | Description |
---|---|
object | The object that implements the pattern interface; null if the peer does not support this interface. |