RuntimeNamePropertyAttribute(String) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy RuntimeNamePropertyAttribute.

public:
 RuntimeNamePropertyAttribute(System::String ^ name);
public RuntimeNamePropertyAttribute (string name);
new System.Windows.Markup.RuntimeNamePropertyAttribute : string -> System.Windows.Markup.RuntimeNamePropertyAttribute
Public Sub New (name As String)

Parametry

name
String

Nazwa właściwości, która ma być używana jako x:Name odpowiednik klasy.

Uwagi

Określona właściwość musi być typu String i mieć dostęp get i set.

Dotyczy