다음을 통해 공유


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
)
abstract Hash : 
        pdwHash:uint32 byref -> unit 
function Hash(
    pdwHash : uint
)

Parameters

.NET Framework Security

See Also

Reference

IMoniker Interface

IMoniker Members

Microsoft.VisualStudio.OLE.Interop Namespace