DependencyProperty.FromType(Type) Yöntem

Tanım

Belirli IListbir DependencyProperty öğesine ait olan bir tür Type 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 öğesinin DependencyProperty belirli Typebir öğesine ait olduğunu belirtir.

Şunlara uygulanır