Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Returns a hash code for the remote object that this adapter represents.
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 GetRemoteHashCode As Integer
'Usage
Dim instance As ArrayContractAdapter
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
The hash code for the remote object that this adapter represents.
Implements
IContract.GetRemoteHashCode()
IContract.GetRemoteHashCode()
See Also
Reference
ArrayContractAdapter<TContract> Class