Поделиться через


VCCodeElement.DisplayName - свойство

Gets the display name of the VCCodeElement object.

Пространство имен:  Microsoft.VisualStudio.VCCodeModel
Сборка:  Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)

Синтаксис

'Декларация
ReadOnly Property DisplayName As String
'Применение
Dim instance As VCCodeElement
Dim value As String

value = instance.DisplayName
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
function get DisplayName () : String

Значение свойства

Тип: System.String

The full name of the VCCodeElement object.

Заметки

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.

См. также

Ссылки

VCCodeElement Интерфейс

VCCodeElement - члены

Microsoft.VisualStudio.VCCodeModel - пространство имен