次の方法で共有


DataPackagePropertySetView.Item[String] プロパティ

定義

指定したキーに関連付けられているプロパティ値を取得します。

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ key); };
public object this[string key] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(key As String) As Object

パラメーター

key
String

プロパティのキー。

プロパティ値

実装

適用対象