ParameterNameValueHashtable.Set 方法
向集合中添加键/值对的字符串。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Set ( _
key As String, _
value As String _
)
用法
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim value As String
instance.Set(key, value)
public void Set(
string key,
string value
)
参数
- key
类型:System.String
- value
类型:System.String