WikiContentWebpart.RequiresWebPartClientScript method
指出此 Web 組件是否需要註冊的 Web 組件頁面服務元件 (WPSC) 架構的用戶端指令碼。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Friend Overrides Function RequiresWebPartClientScript As Boolean
'用途
Dim returnValue As Boolean
returnValue = Me.RequiresWebPartClientScript()
protected internal override bool RequiresWebPartClientScript()
傳回值
Type: System.Boolean
false,表示此 Web 組件不會註冊用戶端指令碼。
備註
此 Web 組件不需要用戶端 WPSC 指令碼支援。