Nevron.Dom Namespace / NHierarchicalIdentifier Class / Copy Method


Copy Method (NHierarchicalIdentifier)
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)

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