Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an object of generic type that represents the current item when implemented in a derived class.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected MustOverride Function GetItem As T
'Usage
Dim returnValue As T
returnValue = Me.GetItem()
protected abstract T GetItem()
Return Value
Type: T
An object of generic type that represents the current item.