System.Windows.Automation.DesktopElement.GetSupportedPatterns C# (CSharp) 메소드

GetSupportedPatterns() 공개 메소드

public GetSupportedPatterns ( ) : System.Windows.Automation.AutomationPattern[]
리턴 System.Windows.Automation.AutomationPattern[]
		public AutomationPattern [] GetSupportedPatterns ()
		{
			return new AutomationPattern [0];
		}