共用方式為


SPUserCustomAction.Validate method

在執行自訂動作前儲存的驗證。

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

Syntax

'宣告
Protected Overridable Function Validate As String
'用途
Dim returnValue As String

returnValue = Me.Validate()
protected virtual string Validate()

傳回值

Type: System.String
內含之 XML 形式的自訂動作的字串。

Exceptions

Exception Condition
ArgumentException

IdScope屬性的值是無效。

SPException

Location屬性的值是 null 或空的。

請參閱

參照

SPUserCustomAction class

SPUserCustomAction members

Microsoft.SharePoint namespace