IPreferences.SetValue 메서드
버전 2에 적용
저장소에 값을 설정합니다. 값이 있는 경우 기존 값을 덮어씁니다.
네임스페이스: Microsoft.WebMatrix.Extensibility
어셈블리: Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)
구문
‘선언
Sub SetValue ( _
key As String, _
value As String _
)
‘사용 방법
Dim instance As IPreferences
Dim key As String
Dim value As String
instance.SetValue(key, value)
void SetValue(
string key,
string value
)
void SetValue(
String^ key,
String^ value
)
abstract SetValue :
key:string *
value:string -> unit
function SetValue(
key : String,
value : String
)
매개 변수
key
유형: System.String기본 설정 키입니다.
value
유형: System.String값입니다.