Preferences.Remove 메서드

정의

오버로드

Remove(String)

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

Remove(String, String)

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

Remove(String)

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

public:
 static void Remove(System::String ^ key);
public static void Remove (string key);
static member Remove : string -> unit
Public Shared Sub Remove (key As String)

매개 변수

key
String

제거할 키입니다.

적용 대상

Remove(String, String)

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

public:
 static void Remove(System::String ^ key, System::String ^ sharedName);
public static void Remove (string key, string? sharedName);
static member Remove : string * string -> unit
Public Shared Sub Remove (key As String, sharedName As String)

매개 변수

key
String

기본 설정 키입니다.

sharedName
String

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

적용 대상