ResourceDictionary.Item[String] 属性

定义

检索与键 index 关联的 System.Object 值。

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)

适用于