共用方式為


DataFormWebPart.FetchCustomizedXsl method

會擷取自訂的 XSL 和DataFormWebPart的相關的檔案資訊。

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

Syntax

'宣告
Public Overridable Sub FetchCustomizedXsl ( _
    <OutAttribute> ByRef customizedXsl As Byte(), _
    <OutAttribute> ByRef hashKey As String _
)
'用途
Dim instance As DataFormWebPart
Dim customizedXsl As Byte()
Dim hashKey As String

instance.FetchCustomizedXsl(customizedXsl, _
    hashKey)
public virtual void FetchCustomizedXsl(
    out byte[] customizedXsl,
    out string hashKey
)

參數

  • customizedXsl
    Type: []

    這個方法傳回時,包含表示自訂的 XSL 資訊的位元組陣列。這個參數會傳遞未初始化。

  • hashKey
    Type: System.String

    這個方法傳回時,包含表示customizedXsl相關的檔案資訊的字串。這個參數會傳遞未初始化。

備註

此虛擬方法一定會將customizedXsl設定為 null 和hashKey為空字串。

在子類別中取得自訂的 XSL 資訊,可以實作此虛擬方法。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace