Share via


SPDelegate.Initialize method

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.Object

    An object that represents the delegate to be initialized.

See also

Reference

SPDelegate class

SPDelegate members

Microsoft.SharePoint.Upgrade namespace