Share via


XamlTypeName.Name Propriété

Définition

Obtient le nom utilisé pour construire ce XamlTypeName.

public:
 property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String

Valeur de propriété

Nom du type.

Remarques

Si un XamlType a été utilisé pour construire ce XamlTypeName, la valeur de Name est XamlType.Name.

S’applique à