System.Windows.Automation.AutomationProperty.AutomationProperty C# (CSharp) Method

AutomationProperty() private method

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