Aracılığıyla paylaş


DependencyProperty.FromType(Type) Yöntem

Tanım

Belirli Typebir IList DependencyProperty öğesine ait türünde bir oluşturur.

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)

Parametreler

ownerType
Type

Type.

Döndürülenler

IList<DependencyProperty>

IListDependencyProperty belirli Typebir öğesine ait olan öğesinin .

Şunlara uygulanır