Delegado SPUsageProvider.TryParse<T>
Espacio de nombres: Microsoft.SharePoint.Administration
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Protected Delegate Function TryParse(Of T) ( _
col As String, _
<OutAttribute> ByRef t As T _
) As Boolean
'Uso
Dim instance As New TryParse(Of T)(AddressOf HandlerMethod)
protected delegate bool TryParse<T>(
string col,
out T t
)
Parámetros de tipo
- T
Parámetros
- col
Tipo: System.String
- t
Tipo: T
Valor devuelto
Tipo: System.Boolean