FilterProviderInfoBar-Klasse

Zeigt Informationen über wie der übergeordneten Filter Standard Ruft Werte und die Webparts, die es bereitstellt Filtern von Werten.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebPartPages.FilterInfoBar
        Microsoft.SharePoint.WebPartPages.FilterProviderInfoBar

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

Syntax

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

Threadsicherheit

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

Siehe auch

Referenz

FilterProviderInfoBar-Member

Microsoft.SharePoint.WebPartPages-Namespace