GetData メソッド
| 編集/提案 ソースを表示GetData(IContext, String)
文脈情報からメッセージデータを取得します。
宣言
public static object GetData(this IContext context, string key)
引数
型 | 名前 | 説明 |
---|---|---|
IContext | context | 現在の文脈情報です。 |
System.String | key | メッセージデータに関連付けられている名前です。 |
戻り値
型 | 説明 |
---|---|
System.Object | 文脈情報に登録されているオブジェクト、または、存在しない場合はnullを返します。 |
例外
型 | 条件 |
---|---|
System.ArgumentNullException |