SPUsageProvider.TryParse<T>-Delegat
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Delegate Function TryParse(Of T) ( _
col As String, _
<OutAttribute> ByRef t As T _
) As Boolean
'Usage
Dim instance As New TryParse(Of T)(AddressOf HandlerMethod)
protected delegate bool TryParse<T>(
string col,
out T t
)
Typparameter
- T
Parameter
- col
Typ: System.String
- t
Typ: T
Rückgabewert
Typ: System.Boolean