ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.Animation Namespace / Variable2 Class / GetTag Method / GetTag(IntPtr,Int32) Method

In This Topic
    GetTag(IntPtr,Int32) Method
    In This Topic
    HRESULT IUIAnimationVariable2::GetTag([Out, Optional] IUnknown** object,[Out, Optional] unsigned int* id)
    Syntax
    'Declaration
     
    Public Overloads Sub GetTag( _
       ByRef object As System.IntPtr, _
       ByRef id As System.Integer _
    ) 
    public void GetTag( 
       out System.IntPtr object,
       out System.int id
    )

    Parameters

    object
    id
    See Also