次の方法で共有


Field.JSLink プロパティ

When implemented in a derived class, gets or sets the name of an external JavaScript file that contains any client rendering logic for fields of the derived type.

名前空間:  Microsoft.SharePoint.Client
アセンブリ:   Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内);  Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内)  Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)

構文

'宣言
Public Property JSLink As String
    Get
    Set
'使用
Dim instance As Field
Dim value As String

value = instance.JSLink

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

プロパティ値

型: System.String
The name of the file.

注釈

For example, in many of the built-in classes that derive from this one, JSLink defaults to "clienttemplates.js".

JSLink プロパティは、アンケートの一覧またはイベントの一覧ではサポートされていません。SharePoint の予定表はイベントの一覧です。

関連項目

参照先

Field クラス

Field メンバー

Microsoft.SharePoint.Client 名前空間