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 中,此分隔符號為 '.'。

適用於