VCProjectReference.AssemblyName 属性

定义

获取此项目的程序集名称。

public:
 property System::String ^ AssemblyName { System::String ^ get(); };
public:
 property Platform::String ^ AssemblyName { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2018)]
public string AssemblyName { [System.Runtime.InteropServices.DispId(2018)] get; }
[<System.Runtime.InteropServices.DispId(2018)>]
[<get: System.Runtime.InteropServices.DispId(2018)>]
member this.AssemblyName : string
Public ReadOnly Property AssemblyName As String

属性值

String

包含项目的程序集名称的字符串。

实现

属性

适用于