Dela via


RemoteObject.GetHashCode Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Returns the hash code for the current RemoteObject.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)

Syntax

'Declaration
Public Overrides Function GetHashCode As Integer
'Usage
Dim instance As RemoteObject 
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 RemoteObject.

Exceptions

Exception Condition
ObjectDisposedException

The Dispose method has already been called on the current RemoteObject.

See Also

Reference

RemoteObject Class

RemoteObject Members

Microsoft.VisualStudio.Tools.Applications Namespace