Nevron .NET Vision
Nevron.Dom Namespace / NElementHistoryService Class / RecordSetElementIndex Method
operation description
container in which the element resides
element whose index will be set
new element index


In This Topic
    RecordSetElementIndex Method
    In This Topic
    Records a set element index operation
    Syntax
    'Declaration
     
    
    Public Overridable Sub RecordSetElementIndex( _
       ByVal desc As System.String, _
       ByVal container As INElementContainer, _
       ByVal element As INElement, _
       ByVal newIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NElementHistoryService
    Dim desc As System.String
    Dim container As INElementContainer
    Dim element As INElement
    Dim newIndex As System.Integer
     
    instance.RecordSetElementIndex(desc, container, element, newIndex)
    public virtual void RecordSetElementIndex( 
       System.string desc,
       INElementContainer container,
       INElement element,
       System.int newIndex
    )

    Parameters

    desc
    operation description
    container
    container in which the element resides
    element
    element whose index will be set
    newIndex
    new element index
    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