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.

반품

특정 속하는 입니다.

적용 대상