UIElement3DAutomationPeer.GetPattern(PatternInterface) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the control pattern for the UIElement3D that is associated with this UIElement3DAutomationPeer.
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
Parameters
- patternInterface
- PatternInterface
One of the enumeration values.
Returns
An object that implements the ISynchronizedInputProvider interface if patternInterface
is SynchronizedInput; otherwise, null
.
Remarks
Override the GetPattern method to return control patterns that apply to your UIElement3D. For more information, see UI Automation Control Patterns Overview.
UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.