System.Windows.Automation.DesktopElement.GetSupportedPatterns C# (CSharp) Méthode

GetSupportedPatterns() public méthode

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
Résultat System.Windows.Automation.AutomationPattern[]
		public AutomationPattern [] GetSupportedPatterns ()
		{
			return new AutomationPattern [0];
		}