共用方式為


SPViewFieldCollection.Explicit method (Int32)

驗證是否在集合中指定索引處的欄位將在檢視表定義中明確宣告。

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

Syntax

'宣告
Public Function Explicit ( _
    iIndex As Integer _
) As Boolean
'用途
Dim instance As SPViewFieldCollection
Dim iIndex As Integer
Dim returnValue As Boolean

returnValue = instance.Explicit(iIndex)
public bool Explicit(
    int iIndex
)

參數

  • iIndex
    Type: System.Int32

    指定欄位的索引檢視的欄位集合中的 32 位元整數。

傳回值

Type: System.Boolean
true如果在檢視定義中 ; 明確地宣告該欄位否則, false。

備註

明確宣告的欄位使用,例如,清單檢視中的 Web 組件 [首頁] 頁面上,或在 [網頁組件頁面上,並無法透過使用者介面中移除。

請參閱

參照

SPViewFieldCollection class

SPViewFieldCollection members

Explicit overload

Microsoft.SharePoint namespace