ControlBuilder.TagName 属性

定义

获取要生成的控件的标记名称。

public:
 property System::String ^ TagName { System::String ^ get(); };
public string TagName { get; }
member this.TagName : string
Public ReadOnly Property TagName As String

属性值

String

控件的标记名称。

适用于