Nevron.Dom Namespace / NAttributeTree Class / RootContainer Method


In This Topic
    RootContainer Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function RootContainer( _
       ByVal attribute As INAttribute _
    ) As INAttributeContainer
    'Usage
     
    
    Dim attribute As INAttribute
    Dim value As INAttributeContainer
     
    value = NAttributeTree.RootContainer(attribute)
    public static INAttributeContainer RootContainer( 
       INAttribute attribute
    )

    Parameters

    attribute
    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