C# 클래스 Microsoft.Silverlight.Testing.Service.IsolatedStorageSettingsProvider

A type that stores global settings in the isolated storage for the application. An implementation of the type.
상속: SettingsProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest 1 사용 예제들

공개 메소드들

메소드 설명
Initialize ( ) : void

Initializes the isolated storage settings provider.

IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System

Initializes a new isolated storage settings provider.

SaveSettings ( Action callback ) : void

Saves the current settings values.

비공개 메소드들

메소드 설명
InitializeSettings ( ) : void

Initialize the isolated storage application settings object.

LoadSettings ( ) : void

Recalls the stored settings values from isolated storage.

메소드 상세

Initialize() 공개 메소드

Initializes the isolated storage settings provider.
public Initialize ( ) : void
리턴 void

IsolatedStorageSettingsProvider() 공개 메소드

Initializes a new isolated storage settings provider.
public IsolatedStorageSettingsProvider ( TestServiceProvider testService ) : System
testService TestServiceProvider The test service instance.
리턴 System

SaveSettings() 공개 메소드

Saves the current settings values.
public SaveSettings ( Action callback ) : void
callback Action The service completion callback.
리턴 void