System.Windows.Automation.AutomationProperty.Register C# (CSharp) Méthode

Register() static private méthode

static private Register ( System.Guid guid, string programmaticName ) : AutomationProperty
guid System.Guid
programmaticName string
Résultat AutomationProperty
        internal static AutomationProperty Register(Guid guid, string programmaticName)
        {
            return (AutomationProperty)AutomationIdentifier.Register(UiaCoreIds.AutomationIdType.Property, guid, programmaticName);
        }
    }