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.
Initializes the delegate based on the specified object.
Namespace: Microsoft.SharePoint.Upgrade
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Sub Initialize ( _
o As Object _
)
'Usage
Dim instance As SPDelegate
Dim o As Object
instance.Initialize(o)
public virtual void Initialize(
Object o
)
Parameters
o
Type: System.ObjectAn object that represents the delegate to be initialized.