Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Exporting Namespace / XMLSSAttributeCollection Class
Members


In This Topic
    XMLSSAttributeCollection Class
    In This Topic
    Specialization of the CollectionBase class containing a collection of XMLSSAttribute objects, representing the attributes of an element in an XML tree.
    Object Model
    XMLSSAttributeCollection ClassXMLSSAttribute Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Class XMLSSAttributeCollection 
       Inherits System.Collections.CollectionBase
    'Usage
     
    Dim instance As XMLSSAttributeCollection
    [DefaultMember("Item")]
    public class XMLSSAttributeCollection : System.Collections.CollectionBase 
    Inheritance Hierarchy

    System.Object
       System.Collections.CollectionBase
          Xceed.Grid.Exporting.XMLSSAttributeCollection

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the XMLSSAttributeCollection class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Collections.CollectionBase)
    Public Property (Inherited from System.Collections.CollectionBase)
    Public PropertyOverloaded. Gets the XMLSSAttribute at the specified index.  
    Top
    Protected Properties
     NameDescription
    Protected Property (Inherited from System.Collections.CollectionBase)
    Protected Property (Inherited from System.Collections.CollectionBase)
    Top
    Public Methods
     NameDescription
    Public MethodAdds an XMLSSAttribute to the XMLSSAttributeCollection.  
    Public MethodAdds the elements of an XMLSSAttributeCollection to the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Retrieves a boolean value indicating whether a specific XMLSSAttribute object exists in the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Public MethodOverloaded. Searches for the XMLSSAttribute with the specified prefix and local name and returns the zero-based index of the first occurrence within the collection.  
    Public Method  
    Public MethodOverloaded. Removes an XMLSSAttribute object with the specified prefix and localName from the collection.  
    Public Method (Inherited from System.Collections.CollectionBase)
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected MethodOverridden. Performs additional custom processes before inserting a new item into the XMLSSAttributeCollection.  
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Protected Method (Inherited from System.Collections.CollectionBase)
    Top
    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