Nevron.Dom Namespace / NElementHistoryService Class / RecordRemoveElement Method


In This Topic
    RecordRemoveElement Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overridable Sub RecordRemoveElement( _
       ByVal desc As System.String, _
       ByVal composite As INElementComposite, _
       ByVal element As INElement _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim desc As System.String
    Dim composite As INElementComposite
    Dim element As INElement
     
    instance.RecordRemoveElement(desc, composite, element)
    public virtual void RecordRemoveElement( 
       System.string desc,
       INElementComposite composite,
       INElement element
    )

    Parameters

    desc
    composite
    element
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also