RibbonPosition.GetHashCode Method

Returns a hash code for the current RibbonPosition.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As RibbonPosition
Dim returnValue As Integer

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

Return Value

Type: System.Int32
A hash code for the current RibbonPosition.

.NET Framework Security

See Also

Reference

RibbonPosition Class

RibbonPosition Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Hashtable and Dictionary Collection Types