Partager via


Project.WithAssemblyName(String) Méthode

Définition

Crée une instance de ce projet mise à jour pour avoir le nouveau nom d’assembly.

public:
 Microsoft::CodeAnalysis::Project ^ WithAssemblyName(System::String ^ assemblyName);
public Microsoft.CodeAnalysis.Project WithAssemblyName (string assemblyName);
member this.WithAssemblyName : string -> Microsoft.CodeAnalysis.Project
Public Function WithAssemblyName (assemblyName As String) As Project

Paramètres

assemblyName
String

Retours

S’applique à