共用方式為


AdornerPlacementValue.GetHashCode 方法

這個成員會覆寫 ValueType.GetHashCode(),您可以在主題中找到更完整的文件。

傳回這個結構的雜湊程式碼。

命名空間:  Microsoft.Windows.Design.Interaction
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Overrides Function GetHashCode As Integer
public override int GetHashCode()
public:
virtual int GetHashCode() override
abstract GetHashCode : unit -> int 
override GetHashCode : unit -> int 
public override function GetHashCode() : int

傳回值

型別:System.Int32
結構的雜湊程式碼。

.NET Framework 安全性

請參閱

參考

AdornerPlacementValue 結構

Microsoft.Windows.Design.Interaction 命名空間

AdornerPlacementCollection

AdornerPanel

IAdornerPlacement

其他資源

逐步解說:在控制項中實作滑軌

了解 WPF 設計工具擴充性