FileSystemInfo.LinkTarget Propiedad

Definición

Obtiene la ruta de acceso de destino del vínculo ubicado en FullNameo null si esta FileSystemInfo instancia no representa un vínculo.

public:
 property System::String ^ LinkTarget { System::String ^ get(); };
public string? LinkTarget { get; }
member this.LinkTarget : string
Public ReadOnly Property LinkTarget As String

Valor de propiedad

Ruta de acceso de destino del vínculo ubicado en FullNameo null si esta FileSystemInfo instancia no representa un vínculo.

Comentarios

Los vínculos simbólicos y las uniones son los tipos de vínculos que puede resolver esta API.

Se aplica a

Consulte también