次の方法で共有


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)

適用対象