TypeDescriptor.GetPropertiesFromRegisteredType 메서드

정의

오버로드

Name Description
GetPropertiesFromRegisteredType(Type)

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

GetPropertiesFromRegisteredType(Object)

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

GetPropertiesFromRegisteredType(Type)

Source:
TypeDescriptor.cs
Source:
TypeDescriptor.cs
Source:
TypeDescriptor.cs

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

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

속성을 가져올 구성 요소를 나타내는 A Type 입니다.

반품

지정된 유형의 구성 요소에 대한 속성이 있는 A PropertyDescriptorCollection 입니다.

적용 대상

GetPropertiesFromRegisteredType(Object)

Source:
TypeDescriptor.cs
Source:
TypeDescriptor.cs
Source:
TypeDescriptor.cs

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

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

속성을 가져올 구성 요소입니다.

반품

지정된 구성 요소에 대한 속성이 있는 A PropertyDescriptorCollection 입니다.

적용 대상