ディレクトリ文字列に使用できるピリオド文字を取得します。派生クラスでオーバーライドするときに、別の文字を返すことができます。
Protected Overridable ReadOnly Property SeparatorInternal As Char
[C#]
protected virtual char SeparatorInternal {get;}
[C++]
protected: __property virtual __wchar_t get_SeparatorInternal();
[JScript]
protected function get SeparatorInternal() : Char;
プロパティ値
既定の実装では、'.' (ピリオド) 文字が返されます。
解説
継承時の注意: IsolatedStorage から継承するときに、 SeparatorInternal をオーバーライドして '.' 以外の文字を返し、ストアの名前付け構文を制御できます。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 名前空間