Nevron .NET Vision
Nevron.Dom Namespace / NAttributeTree Class / RootContainer Method
attribute for which to obtain the root container


In This Topic
    RootContainer Method
    In This Topic
    Obtains the last ancestor attribute container in the attribute containers chain
    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
    attribute for which to obtain the root container

    Return Value

    reference to root container if attribute is contained, otherwise null
    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