AssemblyBuilder.Location 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.
Obtient l’emplacement, au format codebase, du fichier chargé qui contient le manifeste s’il n’est pas copié en ombre.
public:
virtual property System::String ^ Location { System::String ^ get(); };
public override string Location { get; }
member this.Location : string
Public Overrides ReadOnly Property Location As String
Valeur de propriété
Emplacement du fichier chargé qui contient le manifeste. Si le fichier chargé a été copié en ombre, il Location s’agit de celui du fichier avant d’être copié en ombre.
Exceptions
Cette méthode n’est actuellement pas prise en charge.
L’appelant n’a pas l’autorisation requise.