DataFormWebPart.SharedXsl property
取得共用的 XSL 標記編譯自訂的 XSL 時做為基礎。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overridable ReadOnly Property SharedXsl As String
Get
'用途
Dim instance As DataFormWebPart
Dim value As String
value = instance.SharedXsl
public virtual string SharedXsl { get; }
Property value
Type: System.String
編譯時,為基礎使用 XSL 標記自訂 XSL。
備註
這個屬性值一定是<xsl:stylesheet xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\" version=\"1.0\"/>