IsolatedStorage.SeparatorInternal 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可以用在目錄字串中的句號字元。 當在衍生類別中覆寫時,可能會傳回另一個字元。
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 中,此分隔符為 『.』。