次の方法で共有


Dictionary.Path プロパティ

定義

ディスクまたは Web パスを指定したオブジェクトを返します。

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

プロパティ値

注釈

パスに末尾の区切り文字が含まれていない-"C:\MSOffice"や"http://MyServer"などです。 PathSeparatorフォルダーとドライブ文字を区切る文字を追加するには、 プロパティを使用します。 パスのない Name ファイル名を返すには、 プロパティを使用します。

メモ PathSeparator プロパティを使用すると、スラッシュ (/) が含まれていても Web アドレスを構築でき、 PathSeparator プロパティの既定値は円記号 (\) になります。

適用対象