DependencyProperty.FromType(Type) 方法

定义

创建属于特定 IListDependencyProperty 类型的 TypeCreates an IList of type DependencyProperty that belong to a specific 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

TypeThe Type.

返回

IList<DependencyProperty>

属于特定 IListDependencyPropertyTypeIList of the DependencyProperty that belong to a specific Type.

适用于