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 | |
---|---|---|
AttributeTableContainer | Initializes a new instance of the AttributeTableContainer class. |
Top
Properties
Name | Description | |
---|---|---|
AttributeTables | Gets an enumeration of added attribute tables. |
Top
Methods
Name | Description | |
---|---|---|
AddAttributeTable | Adds the specified table to the set of attribute tables in the current container. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAttributes(Assembly, Type) | Enumerates the attributes of the specified assembly. | |
GetAttributes(MemberInfo, Type) | Enumerates custom attributes for the specified member, including inherited attributes from base members. | |
GetAttributes(Assembly, Type, Func<Object, Object>) | Enumerates the attributes of the specified assembly. | |
GetAttributes(MemberInfo, Type, Func<Object, Object>) | Enumerates custom attributes for the specified member, including inherited attributes from base members. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLocalAttributes(MemberInfo, Type) | Enumerates custom attributes for the specified member, including inherited attributes from base members. | |
GetLocalAttributes(MemberInfo, Type, Func<Object, Object>) | Enumerates custom attributes for the specified member, including inherited attributes from base members. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.