Web.AvailableFields 屬性
取得值,指出目前範圍可用的所有欄位集合,包括目前網站以及任何上層網站的集合。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property AvailableFields As FieldCollection
Get
'用途
Dim instance As Web
Dim value As FieldCollection
value = instance.AvailableFields
public FieldCollection AvailableFields { get; }
屬性值
類型:Microsoft.SharePoint.Client.FieldCollection
傳回代表適用於目前的範圍,包括目前的網站,以及任何上層網站的所有欄位的集合FieldCollection執行個體。
備註
它不能null 參考 (未執行任何動作 於 Visual Basic 中)。