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.
Provides notification for the connectable ListFormWebPart that it should ensure all its interfaces are registered by using the RegisterInterface() method.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overrides Sub EnsureInterfaces
'Usage
Dim instance As ListFormWebPart
instance.EnsureInterfaces()
public override void EnsureInterfaces()
Remarks
This override ensures that the list and form exist and ensures connection interfaces are registered by using the RegisterInterface() method.