ymm4-plugin-document
|
アイテムのプロパティを表すクラス [詳解]
公開メンバ関数 | |
ItemProperty (object item, object propertyOwner, global::System.Reflection.PropertyInfo propertyInfo) | |
アイテムのプロパティを初期化する | |
void | SetValue (object value) |
プロパティの値を設定する | |
T | GetValue< T > () |
プロパティの値を取得する |
プロパティ | |
object | Item = item [get] |
アイテム | |
object | PropertyOwner = propertyOwner [get] |
プロパティの所有者 | |
global::System.Reflection.PropertyInfo | PropertyInfo = propertyInfo [get] |
プロパティ情報 |
アイテムのプロパティを表すクラス
YukkuriMovieMaker.Commons.ItemProperty.ItemProperty | ( | object | item, |
object | propertyOwner, | ||
global.System.Reflection.PropertyInfo | propertyInfo ) |
アイテムのプロパティを初期化する
item | アイテム |
propertyOwner | プロパティの所有者 |
propertyInfo | プロパティ情報 |
T YukkuriMovieMaker.Commons.ItemProperty.GetValue< T > | ( | ) |
プロパティの値を取得する
T | 取得する値の型 |
void YukkuriMovieMaker.Commons.ItemProperty.SetValue | ( | object | value | ) |
プロパティの値を設定する
value | 設定する値 |
|
get |
アイテム
|
get |
プロパティ情報
|
get |
プロパティの所有者