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

Register() static private method

static private Register ( Guid guid, string programmaticName ) : AutomationTextAttribute
guid Guid
programmaticName string
return AutomationTextAttribute
        internal static AutomationTextAttribute Register(Guid guid, string programmaticName)
        {
            return (AutomationTextAttribute)AutomationIdentifier.Register(UiaCoreIds.AutomationIdType.TextAttribute, guid, programmaticName);
        }
    }