AttributeTableContainer Class

Provides a collection of AttributeTable instances.

Inheritance Hierarchy

System.Object
  Microsoft.Windows.Design.Metadata.AttributeTableContainer

Namespace:  Microsoft.Windows.Design.Metadata
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public Class AttributeTableContainer
public class AttributeTableContainer
public ref class AttributeTableContainer
type AttributeTableContainer =  class end
public class AttributeTableContainer

The AttributeTableContainer type exposes the following members.

Constructors

  Name Description
Public method AttributeTableContainer Initializes a new instance of the AttributeTableContainer class.

Top

Properties

  Name Description
Public property AttributeTables Gets an enumeration of added attribute tables.

Top

Methods

  Name Description
Public method AddAttributeTable Adds the specified table to the set of attribute tables in the current container.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAttributes(Assembly, Type) Enumerates the attributes of the specified assembly.
Public method GetAttributes(MemberInfo, Type) Enumerates custom attributes for the specified member, including inherited attributes from base members.
Public method GetAttributes(Assembly, Type, Func<Object, Object>) Enumerates the attributes of the specified assembly.
Public method GetAttributes(MemberInfo, Type, Func<Object, Object>) Enumerates custom attributes for the specified member, including inherited attributes from base members.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetLocalAttributes(MemberInfo, Type) Enumerates custom attributes for the specified member, including inherited attributes from base members.
Public method GetLocalAttributes(MemberInfo, Type, Func<Object, Object>) Enumerates custom attributes for the specified member, including inherited attributes from base members.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Remarks

An AttributeTableContainer contains zero or more attribute tables. It provides an enumeration of attributes for members, types, and assemblies. It mixes attributes provided by attribute tables with attributes provided by reflection.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Windows.Design.Metadata Namespace