TypeDescriptor.GetPropertiesFromRegisteredType 메서드

정의

오버로드

GetPropertiesFromRegisteredType(Type)

지정된 형식의 속성 컬렉션을 가져옵니다.

GetPropertiesFromRegisteredType(Object)

지정된 구성 요소에 대한 속성 컬렉션을 가져옵니다.

GetPropertiesFromRegisteredType(Type)

지정된 형식의 속성 컬렉션을 가져옵니다.

public:
 static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType (Type componentType);
static member GetPropertiesFromRegisteredType : Type -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (componentType As Type) As PropertyDescriptorCollection

매개 변수

componentType
Type

반환

적용 대상

GetPropertiesFromRegisteredType(Object)

지정된 구성 요소에 대한 속성 컬렉션을 가져옵니다.

public:
 static System::ComponentModel::PropertyDescriptorCollection ^ GetPropertiesFromRegisteredType(System::Object ^ component);
public static System.ComponentModel.PropertyDescriptorCollection GetPropertiesFromRegisteredType (object component);
static member GetPropertiesFromRegisteredType : obj -> System.ComponentModel.PropertyDescriptorCollection
Public Shared Function GetPropertiesFromRegisteredType (component As Object) As PropertyDescriptorCollection

매개 변수

component
Object

반환

적용 대상