WebPartMobileAdapter.Controls property
控制項配接器會用來呈現行動頁面上的 [網頁組件取得子項目的集合。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected ReadOnly Property Controls As ControlCollection
Get
'用途
Dim value As ControlCollection
value = Me.Controls
protected ControlCollection Controls { get; }
Property value
Type: System.Web.UI.ControlCollection
可以逐一查看集合之子控制項。