共用方式為


SPPersistedObject.GetHashCode method

做為保存物件的雜湊函數。

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

Syntax

'宣告
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As SPPersistedObject
Dim returnValue As Integer

returnValue = instance.GetHashCode()
public override int GetHashCode()

傳回值

Type: System.Int32
目前保存物件的雜湊程式碼。

請參閱

參照

SPPersistedObject class

SPPersistedObject members

Microsoft.SharePoint.Administration namespace