'宣言 Public Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object
public object GetPropertyOwner( PropertyDescriptor pd )
パラメータ
- pd
検索する所有者のプロパティを表すプロパティ記述子。
戻り値の型
指定されたプロパティの所有者を表すSystem.Objectです。
検索する所有者のプロパティを表すプロパティ記述子。
'宣言 Public Function GetPropertyOwner( _ ByVal pd As PropertyDescriptor _ ) As Object
public object GetPropertyOwner( PropertyDescriptor pd )
検索する所有者のプロパティを表すプロパティ記述子。