Udostępnij za pośrednictwem


HostItemProviderAdapter.GetRemoteHashCode Method

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

Gets a hashcode for the item.

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

Syntax

'Declaration
Public Overrides Function GetRemoteHashCode As Integer
'Usage
Dim instance As HostItemProviderAdapter 
Dim returnValue As Integer 

returnValue = instance.GetRemoteHashCode()
public override int GetRemoteHashCode()
public:
virtual int GetRemoteHashCode() override
public override function GetRemoteHashCode() : int

Return Value

Type: System.Int32
An integer that represents the hash code.

Implements

IContract.GetRemoteHashCode()
IContract.GetRemoteHashCode()

.NET Framework Security

See Also

Reference

HostItemProviderAdapter Class

HostItemProviderAdapter Members

Microsoft.VisualStudio.Tools.Applications Namespace