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

適用於