IMoniker.Hash Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'宣言
Sub Hash ( _
    <OutAttribute> ByRef pdwHash As UInteger _
)
'使用
Dim instance As IMoniker
Dim pdwHash As UInteger

instance.Hash(pdwHash)
void Hash(
    out uint pdwHash
)
void Hash(
    [OutAttribute] unsigned int% pdwHash
)
function Hash(
    pdwHash : uint
)

Parameters

Permissions

See Also

Reference

IMoniker Interface

IMoniker Members

Microsoft.VisualStudio.OLE.Interop Namespace