IVsDocumentPreviewer.DisplayName-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Anzeigenamen des der Vorschau.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[DispIdAttribute(1610678272)]
string DisplayName { get; }
[DispIdAttribute(1610678272)]
property String^ DisplayName {
    String^ get();
}
[<DispIdAttribute(1610678272)>]
abstract DisplayName : string with get
<DispIdAttribute(1610678272)>
ReadOnly Property DisplayName As String

Eigenschaftswert

Type: System.String

Siehe auch

IVsDocumentPreviewer-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang