AutomationElement.AutomationElementInformation.FrameworkId Propriété

Définition

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.

S’applique à