RuntimeNamePropertyAttribute(String) Constructor

Definition

Initializes a new instance of the RuntimeNamePropertyAttribute class.

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)

Parameters

name
String

The name of the property to use as the x:Name equivalent of the class.

Remarks

The specified property must be of type String and have get and set access.

Applies to