共用方式為


RelatedItemsField.JSLink property

取得此型別的欄位包含任何用戶端的外部 JavaScript 檔案的名稱呈現邏輯。

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

Syntax

'宣告
Public Overrides ReadOnly Property JSLink As String
    Get
'用途
Dim instance As RelatedItemsField
Dim value As String

value = instance.JSLink
public override string JSLink { get; }

Property value

Type: System.String
外部 JavaScript 檔案的名稱。

備註

這個覆寫永遠會傳回"choicebuttonfieldtemplate.js"。

請參閱

參照

RelatedItemsField class

RelatedItemsField members

Microsoft.SharePoint namespace