SchemaImporterExtensionElement Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SchemaImporterExtensionElement class.
Overloads
SchemaImporterExtensionElement() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SchemaImporterExtensionElement class. |
SchemaImporterExtensionElement(String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SchemaImporterExtensionElement class and specifies the name and type of the extension. |
SchemaImporterExtensionElement(String, Type) |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the SchemaImporterExtensionElement class using the specified name and type. |
SchemaImporterExtensionElement()
Initializes a new instance of the SchemaImporterExtensionElement class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
SchemaImporterExtensionElement();
public SchemaImporterExtensionElement ();
Public Sub New ()
Applies to
SchemaImporterExtensionElement(String, String)
Initializes a new instance of the SchemaImporterExtensionElement class and specifies the name and type of the extension.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
SchemaImporterExtensionElement(System::String ^ name, System::String ^ type);
public SchemaImporterExtensionElement (string name, string type);
new System.Xml.Serialization.Configuration.SchemaImporterExtensionElement : string * string -> System.Xml.Serialization.Configuration.SchemaImporterExtensionElement
Public Sub New (name As String, type As String)
Parameters
- name
- String
The name of the new extension. The name must be unique.
- type
- String
The type of the new extension, specified as a string.
Applies to
SchemaImporterExtensionElement(String, Type)
Initializes a new instance of the SchemaImporterExtensionElement class using the specified name and type.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
SchemaImporterExtensionElement(System::String ^ name, Type ^ type);
public SchemaImporterExtensionElement (string name, Type type);
new System.Xml.Serialization.Configuration.SchemaImporterExtensionElement : string * Type -> System.Xml.Serialization.Configuration.SchemaImporterExtensionElement
Public Sub New (name As String, type As Type)
Parameters
- name
- String
The name of the new extension. The name must be unique.