Share via


FilterInfoBar-Klasse

Kontextinformationen in Filter und Filter Consumer angezeigt. Speichert Informationen der Nachricht.

Vererbungshierarchie

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      Microsoft.SharePoint.WebPartPages.FilterInfoBar
        Microsoft.SharePoint.WebPartPages.FilterConsumerInfoBar
        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 FilterInfoBar _
    Inherits WebControl
'Usage
Dim instance As FilterInfoBar
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class FilterInfoBar : WebControl

Threadsicherheit

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

Siehe auch

Referenz

FilterInfoBar-Member

Microsoft.SharePoint.WebPartPages-Namespace