SPUsageProvider.TryParse<T> 委托
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Delegate Function TryParse(Of T) ( _
col As String, _
<OutAttribute> ByRef t As T _
) As Boolean
用法
Dim instance As New TryParse(Of T)(AddressOf HandlerMethod)
protected delegate bool TryParse<T>(
string col,
out T t
)
类型参数
- T
参数
- col
类型:System.String
- t
类型:T