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 ,此分隔符为“.”。

适用于