XmlSchemaReference.GetHashCode Method ()

 

Gets a hash code.

Namespace:   Microsoft.VisualStudio.XmlEditor
Assembly:  Microsoft.VisualStudio.XmlEditor (in Microsoft.VisualStudio.XmlEditor.dll)

Syntax

public override int GetHashCode()
public:
virtual int GetHashCode() override
override GetHashCode : unit -> int
Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

A hash code calculated from the TargetNamespace and the URI Location.

See Also

XmlSchemaReference Class
Microsoft.VisualStudio.XmlEditor Namespace

Return to top