ディレクトリ文字列に使用できる円記号を取得します。派生クラスでオーバーライドするときに、別の文字を返すことができます。
Protected Overridable ReadOnly Property SeparatorExternal As Char
[C#]
protected virtual char SeparatorExternal {get;}
[C++]
protected: __property virtual __wchar_t get_SeparatorExternal();
[JScript]
protected function get SeparatorExternal() : Char;
プロパティ値
既定の実装では、'\' 文字が返されます。
解説
継承時の注意: IsolatedStorage から継承するときに、 SeparatorExternal をオーバーライドして '\' 以外の文字を返し、ストアの名前付け構文を制御できます。Windows IsolatedStorageFile では、この区切り記号は '\' です。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
IsolatedStorage クラス | IsolatedStorage メンバ | System.IO.IsolatedStorage 名前空間