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 에서 이 구분 기호는 '.'입니다.

적용 대상