OHyMoS.NET Class Library

OhObject.Owner プロパティ

所有者を取得・設定します。型はObject型になります。
Gets and sets the owner of the current object casted to type Object.
public OhObject Owner {get; set;}

解説

設定される value とは異なるオブジェクトがすでに所有者として設定されている場合は、 新たに value を所有者に設定せずに、 例外 OhError が投げられます。
When already a different object has been registerd as the owner, you cannot set the new owner. If this case happens, this method throws OhError exception.

参照

OhObject クラス | OhymosNet 名前空間