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>

IListDependencyProperty,屬於特定的 Type

適用於