ResourceDictionary.Keys 속성

정의

ResourceDictionary에 있는 키인 식별자 string의 컬렉션입니다.

public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>

속성 값

System.Collections.Generic.ICollection<System.String>

구현

System.Collections.Generic.IDictionary`2.Keys

적용 대상