Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal.HTML Namespace / IOleClientSite Interface / GetMoniker Method

In This Topic
    GetMoniker Method (IOleClientSite)
    In This Topic
    This member is for internal use only.
    Syntax
    'Declaration
     
    Function GetMoniker( _
       ByVal dwAssign As System.UInteger, _
       ByVal dwWhichMoniker As System.UInteger, _
       ByRef ppmk As System.Runtime.InteropServices.ComTypes.IMoniker _
    ) As System.Integer
    System.int GetMoniker( 
       System.uint dwAssign,
       System.uint dwWhichMoniker,
       out System.Runtime.InteropServices.ComTypes.IMoniker ppmk
    )

    Parameters

    dwAssign
    dwWhichMoniker
    ppmk
    See Also