DataFormWebPart.SaveCustomizedXsl 方法

保存自定义的 XSL 和与自定义 XSL 与存储对象关联的文件信息。

命名空间:  Microsoft.SharePoint.WebPartPages
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Public Overridable Sub SaveCustomizedXsl ( _
    customizedXsl As Byte(), _
    hashKey As String _
)
用法
Dim instance As DataFormWebPart
Dim customizedXsl As Byte()
Dim hashKey As String

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

参数

  • customizedXsl
    类型:[]

    要保存自定义的 XSL。

  • hashKey
    类型:System.String

    一个字符串,包含与自定义 XSL 关联的文件信息。

备注

此成员仅供内部使用,不能直接在您的代码中使用。

子类保存自定义的 XSL 和与自定义 XSL 与存储对象关联的信息中,可以实现此虚拟的方法。

另请参阅

引用

DataFormWebPart 类

DataFormWebPart 成员

Microsoft.SharePoint.WebPartPages 命名空间