DependencyProperty.FromType(Type) Metode

Definisi

IList Membuat jenis DependencyProperty yang termasuk dalam .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)

Parameter

ownerType
Type

Type.

Mengembalikan

IList DependencyProperty dari yang termasuk dalam tertentu Type.

Berlaku untuk