IVsDocumentPreviewer.IsDefault-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab, ob die Vorschau als Standardbrowser konfiguriert ist (mehr als eine Vorschau kann als Standard markiert).

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

Syntax

[DispIdAttribute(1610678275)]
bool IsDefault { get; }
[DispIdAttribute(1610678275)]
property bool IsDefault {
    bool get();
}
[<DispIdAttribute(1610678275)>]
abstract IsDefault : bool with get
<DispIdAttribute(1610678275)>
ReadOnly Property IsDefault As Boolean

Eigenschaftswert

Type: System.Boolean

true Wenn die Vorschau als Standardbrowser konfiguriert ist.

Siehe auch

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

Zurück zum Anfang