Compartilhar via


Método UCOMIMoniker.Hash (Int32)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Calcula um inteiro de 32 bits usando o estado interno do moniker.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

void Hash(
    out int pdwHash
)
void Hash(
    [OutAttribute] int% pdwHash
)
abstract Hash : 
        pdwHash:int byref -> unit
Sub Hash (
    <OutAttribute> ByRef pdwHash As Integer
)

Parâmetros

  • pdwHash
    Type: System.Int32

    No retorno bem-sucedido, contém o valor de hash desse moniker.

Comentários

Para obter mais informações sobre IMoniker::Hash, consulte a Biblioteca MSDN.

Informações de Versão

.NET Framework
Disponível desde 1.1

Confira Também

Interface UCOMIMoniker
Namespace System.Runtime.InteropServices

Retornar ao início