FileSystemInfo.LinkTarget 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取位于 中的 FullName链接的目标路径,如果 null
此 FileSystemInfo 实例不表示链接,则获取 。
public:
property System::String ^ LinkTarget { System::String ^ get(); };
public string? LinkTarget { get; }
member this.LinkTarget : string
Public ReadOnly Property LinkTarget As String
属性值
位于 中的 FullName链接的目标路径,如果 null
此实例不表示链接,则为 FileSystemInfo 。
注解
符号链接和交汇点是此 API 可以解析的链接类型。