获取在编译自定义的 XSL 时用作的基础的共享的 XSL 标记。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable ReadOnly Property SharedXsl As String
Get
用法
Dim instance As DataFormWebPart
Dim value As String
value = instance.SharedXsl
public virtual string SharedXsl { get; }
属性值
类型:System.String
编译时用作的基础的 XSL 标记自定义 XSL。
备注
此属性值始终为<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\"/>