SPUsageProvider.TryParse<T> - Délégué

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Protected Delegate Function TryParse(Of T) ( _
    col As String, _
    <OutAttribute> ByRef t As T _
) As Boolean
'Utilisation
Dim instance As New TryParse(Of T)(AddressOf HandlerMethod)
protected delegate bool TryParse<T>(
    string col,
    out T t
)

Paramètres de type

  • T

Paramètres

  • t
    Type : T

Valeur renvoyée

Type : System.Boolean

Voir aussi

Référence

Microsoft.SharePoint.Administration - Espace de noms