XamlLanguage.Null 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 un XamlType pour l'intrinsèque Null
ou NullExtension
en langage XAML.
public:
static property System::Xaml::XamlType ^ Null { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Null { get; }
member this.Null : System.Xaml.XamlType
Public Shared ReadOnly Property Null As XamlType
Valeur de propriété
Pour XamlType le Null
/NullExtension
langage XAML intrinsèque.
Remarques
Ce type XAML fournit des valeurs Null pour les valeurs d’objet dans le balisage. Le type XAML est (ou doit être) assignable à MarkupExtension
. Consultez [] MS-XAML section 5.2.4.