DataFormWebPart.PopulateFileHashDetails method
從資料庫取得 「 可延伸樣式表 (XSL) 檔案的相關資訊,並將它儲存在將提供的雜湊表。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overridable Function PopulateFileHashDetails ( _
fileHashTable As Hashtable _
) As Boolean
'用途
Dim fileHashTable As Hashtable
Dim returnValue As Boolean
returnValue = Me.PopulateFileHashDetails(fileHashTable)
protected virtual bool PopulateFileHashDetails(
Hashtable fileHashTable
)
參數
fileHashTable
Type: System.Collections.HashtableXSL 檔案的相關資訊。
傳回值
Type: System.Boolean
true如果成功擷取的資訊 ;否則, false。
備註
這個方法會更新fileHashTable與從資料庫的 XSL 檔案的相關資訊。