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

AutomationTextAttribute() private method

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