RibbonPosition.GetHashCode Method (2007 System)

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()
public:
virtual int GetHashCode() override
public override function GetHashCode() : int

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