DependencyProperty.FromType(Type) 方法

定义

创建属于特定 IListDependencyProperty 类型的 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>

属于特定 IListDependencyPropertyType

适用于