ListFormWebPart.EnsureInterfaces method

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)

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.

See also

Reference

ListFormWebPart class

ListFormWebPart members

Microsoft.SharePoint.WebPartPages namespace