FolderLevelBuildProvider.GetHashCode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
產生 FolderLevelBuildProvider 物件的雜湊程式碼。
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
傳回
FolderLevelBuildProvider 物件的雜湊程式碼。
備註
這個方法會產生可用來識別資料夾層級建置提供者物件的整數。 這個方法繼承自 GetHashCode 方法。 方法 GetHashCode 適用于雜湊演算法和資料結構,例如雜湊表。