Udostępnij za pośrednictwem


RemoteObjectAdapter.GetRemoteHashCode 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 object represented by the RemoteObjectAdapter.

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

Syntax

'Declaration
<SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted := True)> _
Public Overrides Function GetRemoteHashCode As Integer
'Usage
Dim instance As RemoteObjectAdapter 
Dim returnValue As Integer 

returnValue = instance.GetRemoteHashCode()
[SecurityPermissionAttribute(SecurityAction.InheritanceDemand, Unrestricted = true)]
public override int GetRemoteHashCode()
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)]
public:
virtual int GetRemoteHashCode() override
public override function GetRemoteHashCode() : int

Return Value

Type: System.Int32
A 32-bit signed integer hash code.

Implements

IContract.GetRemoteHashCode()
IContract.GetRemoteHashCode()

See Also

Reference

RemoteObjectAdapter Class

RemoteObjectAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace