다음을 통해 공유


ImplicitAnimationCollection.Remove(String) 메서드

정의

컬렉션에서 지정된 애니메이션을 제거합니다.

public:
 virtual void Remove(Platform::String ^ key) = IMap<Platform::String ^, ICompositionAnimationBase ^>::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

애니메이션이 할당된 속성입니다.

구현

적용 대상