UIElement3DAutomationPeer.GetPattern(PatternInterface) Metodo

Definizione

Restituisce il pattern di controllo per l'oggetto UIElement3D associato a 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

Parametri

patternInterface
PatternInterface

Uno dei valori di enumerazione.

Restituisce

Oggetto che implementa l'interfaccia ISynchronizedInputProvider se patternInterface è SynchronizedInput; in caso contrario, null.

Commenti

Eseguire l'override del metodo per restituire i modelli di controllo che si applicano all'oggetto GetPatternUIElement3D. Per altre informazioni, vedere UI Automation Control Patterns Overview.

UIElement3DAutomationPeer viene introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a