IVsDocumentPreviewer.Path-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft den Pfad zu dem .exe-Browser.

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

Syntax

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

Eigenschaftswert

Type: System.String

Siehe auch

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

Zurück zum Anfang