VCProjectReference.Label 属性

定义

获取已引用程序集的显示名称。

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

属性值

String

一个字符串,表示所引用的程序集的显示名称。

实现

属性

适用于