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 特定 Type类型的值。

适用于