Share via


ResourceDictionary.Item[String] 속성

정의

System.Object와 연결된 index 값을 검색합니다.

public object this[string index] { get; set; }
member this.Item(string) : obj with get, set

매개 변수

index
System.String

원하는 개체의 식별자입니다.

속성 값

System.Object

구현

System.Collections.Generic.IDictionary`2.Item(`0)

적용 대상