RuntimeNamePropertyAttribute(String) Конструктор
Определение
Инициализирует новый экземпляр класса RuntimeNamePropertyAttribute.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)
Параметры
- name
- String
Имя свойства, которое должно использоваться как эквивалент x:Name
класса.The name of the property to use as the x:Name
equivalent of the class.
Комментарии
Указанное свойство должно иметь тип String и иметь доступ get и Set.The specified property must be of type String and have get and set access.