IsolatedStorage.SeparatorInternal プロパティ

定義

ディレクトリ文字列で使用できるピリオド文字を取得します。 派生クラスでオーバーライドされると、別の文字が返される可能性があります。

protected:
 virtual property char SeparatorInternal { char get(); };
protected virtual char SeparatorInternal { get; }
member this.SeparatorInternal : char
Protected Overridable ReadOnly Property SeparatorInternal As Char

プロパティ値

既定の実装では、'.' が返されます。(ピリオド) 文字。

注釈

このプロパティは、ディレクトリ文字列で使用される文字を取得するために使用できます。

注意 (継承者)

IsolatedStorageから継承する場合は、SeparatorInternalをオーバーライドし、'.' 以外の文字を返して、ストアの名前付け構文を制御できます。 Windows IsolatedStorageFileでは、この区切り記号は '.' です。

適用対象