Share via


DataFormProviderConnectionPoint-Klasse

Deaktiviert die selbst wenn das übergeordnete Webpart Zeilen nicht bereitgestellt werden sollen.

Vererbungshierarchie

System.Object
  System.Web.UI.WebControls.WebParts.ConnectionPoint
    System.Web.UI.WebControls.WebParts.ProviderConnectionPoint
      Microsoft.SharePoint.WebPartPages.DataFormProviderConnectionPoint

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public NotInheritable Class DataFormProviderConnectionPoint _
    Inherits ProviderConnectionPoint
'Usage
Dim instance As DataFormProviderConnectionPoint
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public sealed class DataFormProviderConnectionPoint : ProviderConnectionPoint

Hinweise

Die Verbindungsschnittstelle des DataFormWebPart schaltet bedingt oder aus. Überschreiben Sie die virtuellen ShouldProvideRows -Methode des DataFormWebPart beeinflusst das Verhalten von diesem Verbindungspunkt.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Die Threadsicherheit von Instanzmembern ist nicht gewährleistet.

Siehe auch

Referenz

DataFormProviderConnectionPoint-Member

Microsoft.SharePoint.WebPartPages-Namespace