TempFileCollection.BasePath プロパティ

定義

コレクションの一時ファイル名を生成するために使用される、一時ディレクトリ パス上の (ファイル名拡張子を除いた) ベース ファイル名へのフル パスを取得します。

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

プロパティ値

コレクションの一時ファイル名を生成するために使用される、一時ディレクトリ パス上の (ファイル名拡張子を除いた) ベース ファイル名へのフル パス。

例外

BasePath プロパティが設定されていないか null に設定されている場合、および AllAccess プロパティで示される一時ディレクトリに対して TempDir が与えられていない場合。

適用対象