OutcomeChoiceField.JSLink property
取得用於用戶端的ECMAScript (JavaScript, JScript)檔的結果選擇欄位呈現。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property JSLink As String
Get
'用途
Dim instance As OutcomeChoiceField
Dim value As String
value = instance.JSLink
public override string JSLink { get; }
Property value
Type: System.String
ECMAScript (JavaScript, JScript)檔案中。
備註
這個覆寫永遠會傳回"choicebuttonfieldtemplate.js"。