次の方法で共有


SearchControlAutomationPeer.GetPattern(PatternInterface) Method

Definition

When overridden in a derived class, gets the control pattern that is associated with the specified 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

Parameters

patternInterface
PatternInterface

The interface to get the pattern for.

Returns

Returns the object that implements the pattern interface; a null reference if this peer does not support the interface.Object.

Applies to