VCProjectReference.Label 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取已引用程序集的显示名称。
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
属性值
一个字符串,表示所引用的程序集的显示名称。
实现
- 属性