RuntimeNamePropertyAttribute(String) Konstruktor

Definice

Inicializuje novou instanci RuntimeNamePropertyAttribute třídy.

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

Název vlastnosti, která se má použít jako x:Name ekvivalent třídy.

Poznámky

Zadaná vlastnost musí být typu String a musí mít přístup get a set.

Platí pro