Compartilhar via


WebPartMobileAdapter.Controls property

Obtém uma coleção do filho controles que o adaptador usará para processar a Web Part em uma página móvel.

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

Syntax

'Declaração
Protected ReadOnly Property Controls As ControlCollection
    Get
'Uso
Dim value As ControlCollection

value = Me.Controls
protected ControlCollection Controls { get; }

Property value

Type: System.Web.UI.ControlCollection
Os controles de filho como uma coleção pode ser iterada.

Ver também

Referência

WebPartMobileAdapter class

WebPartMobileAdapter members

Microsoft.SharePoint.WebPartPages namespace