IVsReference.FullPath-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft ab oder legt den vollständigen Pfad zum Verweis.

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

Syntax

[DispIdAttribute(1610678274)]
string FullPath { get; set; }
[DispIdAttribute(1610678274)]
property String^ FullPath {
    String^ get();
    void set(String^ value);
}
[<DispIdAttribute(1610678274)>]
abstract FullPath : string with get, set
<DispIdAttribute(1610678274)>
Property FullPath As String

Eigenschaftswert

Type: System.String

Der vollständige Pfad zum Verweis.

Siehe auch

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

Zurück zum Anfang