ParameterNameValueHashtable.GetAt 方法
返回一个 string,为key参数中传递的值。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Function GetAt ( _
key As String _
) As String
用法
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim returnValue As String
returnValue = instance.GetAt(key)
public string GetAt(
string key
)
参数
- key
类型:System.String