次の方法で共有


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 使用してパスとファイル名を一緒に返します。

適用対象