Package.PartExists(Uri) Méthode
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 un composant avec un URI donné est dans le package.
public:
virtual bool PartExists(Uri ^ partUri);
public virtual bool PartExists (Uri partUri);
abstract member PartExists : Uri -> bool
override this.PartExists : Uri -> bool
Public Overridable Function PartExists (partUri As Uri) As Boolean
Paramètres
Retours
true
si un composant avec le partUri
spécifié se trouve dans le package ; sinon, false
.
Exceptions
partUri
a la valeur null
.
partUri
n’est pas un URI (Uniform Resource Identifier) de PackagePart valide.
Le package n'est pas ouvert (Dispose(Boolean) ou Close() a été appelée).
Le package est en écriture seule (impossible de lire les informations).
Remarques
Le partUri
doit commencer par un caractère de barre oblique « / » et être absolu à partir de la racine du package.
Pour plus d’informations, consultez la spécification Opc (Open Packaging Conventions) disponible en téléchargement à l’adresse https://www.ecma-international.org/publications-and-standards/standards/ecma-376/.