共用方式為


SPView.Xsl property

取得或設定內嵌用於檢視的 XSL。

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

Syntax

'宣告
Public Property Xsl As String
    Get
    Set
'用途
Dim instance As SPView
Dim value As String

value = instance.Xsl

instance.Xsl = value
public string Xsl { get; set; }

Property value

Type: System.String
String
內嵌 XSL 中。

請參閱

參照

SPView class

SPView members

Microsoft.SharePoint namespace