Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor.
シンタックス
'宣言
Public Property Name As String
public string Name {get; set;}
プロパティ値
The name of the element. The default is an empty string.
参照