VCRuntimeEnumProperty.DisplayName - свойство
Gets or sets the full name of the VCRuntimeEnumProperty.
Пространство имен: Microsoft.VisualStudio.VCProjectEngine
Сборка: Microsoft.VisualStudio.VCProjectEngine (в Microsoft.VisualStudio.VCProjectEngine.dll)
Синтаксис
'Декларация
Property DisplayName As String
'Применение
Dim instance As VCRuntimeEnumProperty
Dim value As String
value = instance.DisplayName
instance.DisplayName = value
string DisplayName { get; set; }
property String^ DisplayName {
String^ get ();
void set (String^ value);
}
function get DisplayName () : String
function set DisplayName (value : String)
Значение свойства
Тип: System.String
The full name of the VCRuntimeEnumProperty.
Реализации
Заметки
In most cases, the DisplayName property returns the same result as the Name property. However, for function declaration elements, the entire signature of the function declaration is returned.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.