SPMobileComponent.FieldControlCollection 属性
获取列表的字段的集合,当SPMobileComponent表示列表项。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable ReadOnly Property FieldControlCollection As ArrayList
Get
用法
Dim instance As SPMobileComponent
Dim value As ArrayList
value = instance.FieldControlCollection
public virtual ArrayList FieldControlCollection { get; }
属性值
类型:System.Collections.ArrayList
当SPMobileComponent表示列表项的列表的所有字段控件ArrayList 。
备注
默认实现返回SharePointContextFormContext属性的FieldControlCollection属性。使用,而不是Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.FormContext.FieldControlCollectionSPMobileComponent.FieldControlCollection简化您的代码。不会替代SPMobileComponent.FieldControlCollection或创建有机会在其值将Microsoft.SharePoint.Mobile.WebControls.SPMobileComponent.SharePointContext.FormContext.FieldControlCollection的值不一致。