ContributorInput.GetHashCode Method
Abstract method that must be overridden in classes derived from ContributorInput. This method returns the hash code for this ContributorInput.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public MustOverride Function GetHashCode As Integer
'Usage
Dim instance As ContributorInput
Dim returnValue As Integer
returnValue = instance.GetHashCode()
public abstract int GetHashCode()
public:
virtual int GetHashCode() abstract override
public abstract function GetHashCode() : int
Return Value
Type: System.Int32
Int32 The hash code.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace