VCReference.Label 属性

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

命名空间:  Microsoft.VisualStudio.VCProjectEngine
程序集:  Microsoft.VisualStudio.VCProjectEngine(在 Microsoft.VisualStudio.VCProjectEngine.dll 中)

语法

声明
ReadOnly Property Label As String
string Label { get; }
property String^ Label {
    String^ get ();
}
abstract Label : string with get
function get Label () : String

属性值

类型:System.String
表示引用的程序集的显示名称的字符串。

.NET Framework 安全性

请参见

参考

VCReference 接口

Microsoft.VisualStudio.VCProjectEngine 命名空间