'宣言 Public Shared Function GetProperties( _ ByVal obj As System.Object _ ) As PropertyDescriptorCollection
public static PropertyDescriptorCollection GetProperties( System.object obj )
パラメータ
- obj
- 取得するプロパティを保持するオブジェクトまたは System.Type。
戻り値の型
指定されたオブジェクトまたはタイプのプロパティを持つ PropertyDescriptorCollection。