Nevron .NET Vision
Nevron.Dom Namespace / NElementAtomIdentifier Class / NElementAtomIdentifier Constructor / NElementAtomIdentifier Constructor(Int32,Int32)


In This Topic
    NElementAtomIdentifier Constructor(Int32,Int32)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal elementId As System.Integer, _
       ByVal atomId As System.Integer _
    )
    'Usage
     
    
    Dim elementId As System.Integer
    Dim atomId As System.Integer
     
    Dim instance As New NElementAtomIdentifier(elementId, atomId)
    public NElementAtomIdentifier( 
       System.int elementId,
       System.int atomId
    )

    Parameters

    elementId
    atomId
    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