共用方式為


SPScriptSafeCollection.ValidateAndNormalizeValue method

正規化指定的值,因此可以正確比較。

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

Syntax

'宣告
Protected Friend MustOverride Function ValidateAndNormalizeValue ( _
    item As String _
) As String
'用途
Dim item As String
Dim returnValue As String

returnValue = Me.ValidateAndNormalizeValue(item)
protected internal abstract string ValidateAndNormalizeValue(
    string item
)

參數

傳回值

Type: System.String
正規化的項目值。

請參閱

參照

SPScriptSafeCollection class

SPScriptSafeCollection members

Microsoft.SharePoint namespace