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

参数

  • t
    类型:T

返回值

类型:System.Boolean

另请参阅

引用

Microsoft.SharePoint.Administration 命名空间