LinkFormat.SourceFullName 属性

定义

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

public:
 property System::String ^ SourceFullName { System::String ^ get(); void set(System::String ^ value); };
public string SourceFullName { get; set; }
member this.SourceFullName : string with get, set
Public Property SourceFullName As String

属性值

注解

使用此属性等效于按顺序 SourcePath使用 、 PathSeparatorSourceName 属性。

适用于