VCProjectReference.Label - свойство
Gets the display name of the referenced assembly.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
ReadOnly Property Label As String
'Применение
Dim instance As VCProjectReference
Dim value As String
value = instance.Label
string Label { get; }
property String^ Label {
String^ get ();
}
function get Label () : String
Значение свойства
Тип: System.String
A string representing the display name of the referenced assembly.
Реализации
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.