ModelValidationContext.Container 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 l’objet conteneur de modèle.
public:
property System::Object ^ Container { System::Object ^ get(); };
public object Container { get; }
public object? Container { get; }
member this.Container : obj
Public ReadOnly Property Container As Object