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>

特定の IList に属する DependencyPropertyType

適用対象