Share via


TimelineConnectionProviderAttribute class

Atributo para marcar um método como um fornecedor para a linha do tempo

Inheritance hierarchy

System.Object
  System.Attribute
    System.Web.UI.WebControls.WebParts.ConnectionProviderAttribute
      Microsoft.SharePoint.WebPartPages.TimelineConnectionProviderAttribute

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

Syntax

'Declaração
<AttributeUsageAttribute(AttributeTargets.Method)> _
Public NotInheritable Class TimelineConnectionProviderAttribute _
    Inherits ConnectionProviderAttribute
'Uso
Dim instance As TimelineConnectionProviderAttribute
[AttributeUsageAttribute(AttributeTargets.Method)]
public sealed class TimelineConnectionProviderAttribute : ConnectionProviderAttribute

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

TimelineConnectionProviderAttribute members

Microsoft.SharePoint.WebPartPages namespace