Compartir a través de


CodePackageActivationContext.GetCodePackage(String) Método

Definición

Precaución

Use GetCodePackageObject method.

Recupera el CodePackageDescription objeto por nombre.

Este método está obsoleto. Use 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

Parámetros

packageName
String

Nombre del paquete que se va a buscar

Devoluciones

Devuelve CodePackageDescription.

Atributos

Excepciones

PackageName no se encontró en el manifiesto de servicio.

Se aplica a