DependencyProperty.FromName(String, Type) Metoda

Definice

Získá registrovaný DependencyProperty na Name základě a OwnerType.

public:
 static System::Workflow::ComponentModel::DependencyProperty ^ FromName(System::String ^ propertyName, Type ^ ownerType);
public static System.Workflow.ComponentModel.DependencyProperty FromName(string propertyName, Type ownerType);
static member FromName : string * Type -> System.Workflow.ComponentModel.DependencyProperty
Public Shared Function FromName (propertyName As String, ownerType As Type) As DependencyProperty

Parametry

ownerType
Type

Požadovaná hodnota .OwnerType

Návraty

Registrovaný DependencyProperty na základě a NameOwnerType.

Platí pro