다음을 통해 공유


ImplicitAnimationCollection.HasKey(String) 메서드

정의

컬렉션에 지정된 키가 포함되어 있는지 여부를 나타내는 부울을 반환합니다.

public:
 virtual bool HasKey(Platform::String ^ key) = IMap<Platform::String ^, ICompositionAnimationBase ^>::HasKey;
bool HasKey(winrt::hstring const& key);
public bool HasKey(string key);
function hasKey(key)
Public Function HasKey (key As String) As Boolean

매개 변수

key
String

Platform::String

winrt::hstring

검사 키입니다.

반환

Boolean

bool

키가 컬렉션에 있으면 true를 반환합니다. 그렇지 않으면 false를 반환합니다.

구현

적용 대상