AutomationElement.AutomationElementInformation.FrameworkId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le nom de l'infrastructure d'interface utilisateur sous-jacente.
public:
property System::String ^ FrameworkId { System::String ^ get(); };
public string FrameworkId { get; }
member this.FrameworkId : string
Public ReadOnly Property FrameworkId As String
Valeur de propriété
Nom de l'infrastructure d'interface utilisateur, tel que "Win32", "WinForm" ou "DirectUI". La valeur par défaut est une chaîne vide.
Remarques
Les valeurs de retour de la propriété sont de type String. La valeur par défaut est une chaîne vide.
Cette propriété permet aux applications d’appliquer des cas spéciaux à des infrastructures d’interface utilisateur entières.
Pour plus d'informations, consultez FrameworkIdProperty.