PowerTools SPREAD for Windows Forms 8.0J
GetPropertyOwner メソッド


そのオーナーを検索するプロパティを表すSystem.ComponentModel.PropertyDescriptor
指定したプロパティ記述子によって記述されたプロパティを含むオブジェクトを返します。
構文
'Declaration
 
Public Function GetPropertyOwner( _
   ByVal pd As PropertyDescriptor _
) As Object
'使用法
 
Dim instance As SpreadDataRowView
Dim pd As PropertyDescriptor
Dim value As Object
 
value = instance.GetPropertyOwner(pd)
public object GetPropertyOwner( 
   PropertyDescriptor pd
)

パラメータ

pd
そのオーナーを検索するプロパティを表すSystem.ComponentModel.PropertyDescriptor

戻り値の型

指定したプロパティのオーナーを表すSystem.Object
参照

SpreadDataRowView クラス
SpreadDataRowView メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.