This documentation is archived and is not being maintained.

XmlFormatExtensionAttribute Constructor

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.

  NameDescription
Public method XmlFormatExtensionAttribute() Initializes a new instance of the XmlFormatExtensionAttribute class.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Public method 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.
Top
Show: