 | DisplayTextAttribute 构造函数 (String) |
Sweet 开发框架
Initializes a new instance of the class DisplayTextAttribute with specified value
命名空间:
Sweet.Common
程序集:
Sweet.Common (在 Sweet.Common.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public DisplayTextAttribute(
string text
)
Public Sub New (
text As String
)
new :
text : string -> DisplayTextAttribute
参数
- text
- 类型:SystemString
The value of this attribute
参见