다음을 통해 공유


DependencyProperty.FromType(Type) 메서드

정의

특정 IList에 속하는 DependencyProperty 형식의 Type를 만듭니다.

public:
 static System::Collections::Generic::IList<System::Workflow::ComponentModel::DependencyProperty ^> ^ FromType(Type ^ ownerType);
public static System.Collections.Generic.IList<System.Workflow.ComponentModel.DependencyProperty> FromType (Type ownerType);
static member FromType : Type -> System.Collections.Generic.IList<System.Workflow.ComponentModel.DependencyProperty>
Public Shared Function FromType (ownerType As Type) As IList(Of DependencyProperty)

매개 변수

ownerType
Type

Type

반환

IList<DependencyProperty>

특정 IList에 속하는 DependencyPropertyType입니다.

적용 대상