C# 클래스 BackgroundAudioShared.ApplicationSettingsHelper

Collection of string constants used in the entire solution. This file is shared for all projects
파일 보기 프로젝트 열기: dotnetcurry/Windows10-UWP

공개 메소드들

메소드 설명
ReadResetSettingsValue ( string key ) : object

Function to read a setting value and clear it after reading it

SaveSettingsValue ( string key, object value ) : void

Save a key value pair in settings. Create if it doesn't exist

메소드 상세

ReadResetSettingsValue() 공개 정적인 메소드

Function to read a setting value and clear it after reading it
public static ReadResetSettingsValue ( string key ) : object
key string
리턴 object

SaveSettingsValue() 공개 정적인 메소드

Save a key value pair in settings. Create if it doesn't exist
public static SaveSettingsValue ( string key, object value ) : void
key string
value object
리턴 void