SPSearchCrawlingRequestClassifier.GetHashCode method
取得物件的雜湊程式碼。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides Function GetHashCode As Integer
'用途
Dim instance As SPSearchCrawlingRequestClassifier
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public override int GetHashCode()
傳回值
Type: System.Int32
雜湊程式碼中。
備註
這個覆寫取得物件的ToString()方法所傳回的字串物件的雜湊程式碼。
請參閱
參照
SPSearchCrawlingRequestClassifier class