VCCodeIDLCoClass.DisplayName - свойство
Gets the full name of the object.
Пространство имен: Microsoft.VisualStudio.VCCodeModel
Сборка: Microsoft.VisualStudio.VCCodeModel (в Microsoft.VisualStudio.VCCodeModel.dll)
Синтаксис
'Декларация
ReadOnly Property DisplayName As String
'Применение
Dim instance As VCCodeIDLCoClass
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 object.
Заметки
In most cases, the DisplayName property returns the same result as the Name property.
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Using Libraries from Partially Trusted Code.