Nevron .NET Vision
Nevron.Dom Namespace / NHierarchicalIdentifier Class / Copy Method


In This Topic
    Copy Method (NHierarchicalIdentifier)
    In This Topic
    Copies this identifier.
    Syntax
    'Declaration
     
    
    Public Sub Copy( _
       ByVal id As NHierarchicalIdentifier, _
       ByVal maxLength As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NHierarchicalIdentifier
    Dim id As NHierarchicalIdentifier
    Dim maxLength As System.Integer
     
    instance.Copy(id, maxLength)
    public void Copy( 
       NHierarchicalIdentifier id,
       System.int maxLength
    )

    Parameters

    id
    maxLength
    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