IPackage.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é se trouve dans le package
public bool PartExists (Uri partUri);
abstract member PartExists : Uri -> bool
Public Function PartExists (partUri As Uri) As Boolean
Paramètres
- partUri
- Uri
URI du composant.
Retours
true si un composant avec le spécifié partUri
existe dans le package ; sinon, false.