VCActiveXReference.Label Свойство
Определение
Получает отображаемое имя сборки, на которую указывает ссылка.Gets the display name of the referenced assembly.
public:
property System::String ^ Label { System::String ^ get(); };
public:
property Platform::String ^ Label { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(2001)]
[get: System.Runtime.InteropServices.DispId(2001)]
public string Label { get; }
[<System.Runtime.InteropServices.DispId(2001)>]
[<get: System.Runtime.InteropServices.DispId(2001)>]
member this.Label : string
Public ReadOnly Property Label As String
Значение свойства
Строка, представляющая отображаемое имя сборки, на которую указывает ссылка.A string representing the display name of the referenced assembly.
Реализации
- Атрибуты