DependencyProperty.FromType(Type) 方法
定义
创建属于特定 IList 的 DependencyProperty 类型的 Type。Creates 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)
参数
返回
属于特定 IList 的 DependencyProperty 的 Type。IList of the DependencyProperty that belong to a specific Type.