RowCellTransformControl class

Suporta a interface do usuário para especificar colunas de uma Web Part que implementa a interface IRowProvider que será usada para se conectar a uma Web Part que implementa a interface ICellConsumer .

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebPartPages.Communication.RowCellTransformControl

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

Syntax

'Declaração
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Public NotInheritable Class RowCellTransformControl _
    Inherits Control
'Uso
Dim instance As RowCellTransformControl
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
public sealed class RowCellTransformControl : Control

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

RowCellTransformControl members

Microsoft.SharePoint.WebPartPages.Communication namespace