VCCodeEvent.DisplayName - свойство
Gets the full name of the parent object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property DisplayName As String
'Применение
Dim instance As VCCodeEvent
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 parent object.
Заметки
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.