LinkFormat.SourcePath 属性

定义

返回指定的链接的 OLE 对象、 图片或字段的源文件的路径。

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

属性值

注解

路径中不包括尾随字符 (例如,"C:\MSOffice")。 PathSeparator使用 属性添加分隔文件夹和驱动器号的字符。 SourceName使用 属性可返回不带路径的文件名,并使用 SourceFullName 属性将路径和文件名一起返回。

适用于