PropertySet.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

키입니다.

구현

설명

Remove 메서드의 C# 또는 Microsoft Visual Basic 버전은 제거 를 참조 하세요.

적용 대상