 | UITemplateSet 方法 |
Sweet 开发框架
设置变量
命名空间:
SweetUI
程序集:
SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法public UITemplate Set(
string key,
string value
)
Public Function Set (
key As String,
value As String
) As UITemplate
member Set :
key : string *
value : string -> UITemplate
参数
- key
- 类型:SystemString
[缺少 "M:SweetUI.UITemplate.Set(System.String,System.String)" 的 <param name="key"/> 文档]
- value
- 类型:SystemString
[缺少 "M:SweetUI.UITemplate.Set(System.String,System.String)" 的 <param name="value"/> 文档]
返回值
类型:
UITemplate[缺少 "M:SweetUI.UITemplate.Set(System.String,System.String)" 的 <returns> 文档]
参见