This documentation is archived and is not being maintained.
XmlFormatExtensionAttribute Constructor
Visual Studio 2008
Initializes a new instance of the XmlFormatExtensionAttribute class.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
XmlFormatExtensionAttribute() | Initializes a new instance of the XmlFormatExtensionAttribute class. |
|
XmlFormatExtensionAttribute(String, String, Type) | Initializes a new instance of the XmlFormatExtensionAttribute class that specifies the XML element and namespace to add when running at the specified extension point. |
|
XmlFormatExtensionAttribute(String, String, array<Type>) | Initializes a new instance of the XmlFormatExtensionAttribute class that specifies the XML element and namespace to add when running at the specified extension points. |
|
XmlFormatExtensionAttribute(String, String, Type, Type) | Initializes a new instance of the XmlFormatExtensionAttribute class that specifies the XML element and namespace to add when running at the specified extension points. |
|
XmlFormatExtensionAttribute(String, String, Type, Type, Type) | Initializes a new instance of the XmlFormatExtensionAttribute class that specifies the XML element and namespace to add when running at the specified extension points. |
|
XmlFormatExtensionAttribute(String, String, Type, Type, Type, Type) | Initializes a new instance of the XmlFormatExtensionAttribute class that specifies the XML element and namespace to add when running at the specified extension points. |
Show: