ChildElementInfoAttribute Members
Include Protected Members
Include Inherited Members
Defines the attribute which is used to decorate a class for type of the possible child elements.
The ChildElementInfoAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChildElementInfoAttribute(Type) | Initialize a new instance of ChildElementTypeAttribute. | |
ChildElementInfoAttribute(Type, FileFormatVersions) | Initialize a new instance of ChildElementTypeAttribute. |
Top
Properties
Name | Description | |
---|---|---|
AvailableInVersion | Gets the Office version(s) where the child element is available. | |
ElementType | Get the type of the possible child element. | |
TypeId | (Inherited from Attribute.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
_Attribute.GetIDsOfNames | (Inherited from Attribute.) | |
_Attribute.GetTypeInfo | (Inherited from Attribute.) | |
_Attribute.GetTypeInfoCount | (Inherited from Attribute.) | |
_Attribute.Invoke | (Inherited from Attribute.) |
Top