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

AutomationProperty() 개인적인 메소드

private AutomationProperty ( int id, System.Guid guid, string programmaticName ) : System
id int
guid System.Guid
programmaticName string
리턴 System
        internal AutomationProperty(int id, Guid guid, string programmaticName)
            : base(UiaCoreIds.AutomationIdType.Property, id, guid, programmaticName)
        {
        }