다음을 통해 공유


Preferences.Remove 메서드

정의

오버로드

Remove(String)

키와 연결된 값이 있는 경우 제거합니다.

Remove(String, String)

키와 연결된 값이 있는 경우 제거합니다.

Remove(String)

키와 연결된 값이 있는 경우 제거합니다.

public static void Remove (string key);

매개 변수

key
System.String

기본 설정 키입니다.

적용 대상

Remove(String, String)

키와 연결된 값이 있는 경우 제거합니다.

public static void Remove (string key, string sharedName);

매개 변수

key
System.String

기본 설정 키입니다.

sharedName
System.String

공유 컨테이너 이름입니다.

적용 대상