Partager via


CodePackageActivationContext.GetCodePackage(String) Méthode

Définition

Attention

Use GetCodePackageObject method.

Récupère l’objet CodePackageDescription par son nom.

Cette méthode est obsolète. Utilisez GetCodePackageObject(String).

[System.Obsolete("Use GetCodePackageObject method.")]
public System.Fabric.Description.CodePackageDescription GetCodePackage (string packageName);
[<System.Obsolete("Use GetCodePackageObject method.")>]
member this.GetCodePackage : string -> System.Fabric.Description.CodePackageDescription
Public Function GetCodePackage (packageName As String) As CodePackageDescription

Paramètres

packageName
String

Nom du package à rechercher

Retours

Retourne CodePackageDescription.

Attributs

Exceptions

Le packageName est introuvable dans le manifeste du service.

S’applique à