共用方式為


RelatedAssemblyAttribute(String) 建構函式

定義

初始化 RelatedAssemblyAttribute 的新執行個體。

public:
 RelatedAssemblyAttribute(System::String ^ assemblyFileName);
public RelatedAssemblyAttribute (string assemblyFileName);
new Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute : string -> Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute
Public Sub New (assemblyFileName As String)

參數

assemblyFileName
String

相關元件的檔案名,不含副檔名。

適用於