SPViewFieldCollection.Explicit method (String)
驗證是否具有指定名稱在集合中的欄位將在檢視表定義中明確宣告。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function Explicit ( _
Name As String _
) As Boolean
'用途
Dim instance As SPViewFieldCollection
Dim Name As String
Dim returnValue As Boolean
returnValue = instance.Explicit(Name)
public bool Explicit(
string Name
)
參數
Name
Type: System.String字串,包含欄位的名稱。
傳回值
Type: System.Boolean
true如果在檢視定義中 ; 明確地宣告該欄位否則, false。
備註
明確宣告的欄位使用,例如,包含 [首頁] 頁面上,或在 [網頁組件頁面上的 Web 組件清單檢視中,並無法透過使用者介面中移除。