Compartilhar via


SPUsageProvider.TryParse<T> delegate

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
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
)

Type parameters

  • T

Parâmetros

  • t
    Type: T

Valor retornado

Type: System.Boolean

Ver também

Referência

Microsoft.SharePoint.Administration namespace