XmlFormatExtensionAttribute Constructor

 

Initializes a new instance of the XmlFormatExtensionAttribute class.

Namespace:   System.Web.Services.Configuration
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodXmlFormatExtensionAttribute()

Initializes a new instance of the XmlFormatExtensionAttribute class.

System_CAPS_pubmethodXmlFormatExtensionAttribute(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.

System_CAPS_pubmethodXmlFormatExtensionAttribute(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.

System_CAPS_pubmethodXmlFormatExtensionAttribute(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.

System_CAPS_pubmethodXmlFormatExtensionAttribute(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.

System_CAPS_pubmethodXmlFormatExtensionAttribute(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.

Return to top
Show: