ResourceBase.Valid 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.
Indique si cette ressource est toujours valide.
public:
property bool Valid { bool get(); };
public bool Valid { get; }
member this.Valid : bool
Public ReadOnly Property Valid As Boolean
Valeur de propriété
Remarques
Une ressource n’est pas valide si elle a été détruite ou si la connexion a été perdue. Il s’agit d’une erreur d’appeler une autre fonction sur un objet non valide.