ProjectInfo.WithAssemblyName(String) 方法

定义

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

参数

assemblyName
String

返回

适用于