ApplicationDataCompositeValue.Remove(String) 메서드

정의

지정된 키를 사용하여 값을 제거합니다.

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, Platform::Object ^>::Remove;
void Remove(winrt::hstring const& key);
public void Remove(string key);
function remove(key)
Public Sub Remove (key As String)

매개 변수

key
String

Platform::String

winrt::hstring

제거할 값의 키입니다.

구현

적용 대상