Nevron .NET Vision
Nevron.Dom Namespace / NAttributeContainer Class / FindAttributeByName Method
full or local attribute name
attributes in which to look for the specified attribute


In This Topic
    FindAttributeByName Method
    In This Topic
    Finds the child or descendant attribute specified by its name in the specified list of attributes
    Syntax
    'Declaration
     
    
    Public Shared Function FindAttributeByName( _
       ByVal attributeName As System.String, _
       ByVal attributes As NAttributeList _
    ) As INAttribute
    'Usage
     
    
    Dim attributeName As System.String
    Dim attributes As NAttributeList
    Dim value As INAttribute
     
    value = NAttributeContainer.FindAttributeByName(attributeName, attributes)
    public static INAttribute FindAttributeByName( 
       System.string attributeName,
       NAttributeList attributes
    )

    Parameters

    attributeName
    full or local attribute name
    attributes
    attributes in which to look for the specified attribute

    Return Value

    reference to the attribute if it was found, 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