Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / RecordRemoveElement Method
operation description
composite from which the element will be removed
element which will be removed


In This Topic
    RecordRemoveElement Method
    In This Topic
    Records a remove element operation
    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
    operation description
    composite
    composite from which the element will be removed
    element
    element which will be removed
    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