WsdlImporterElement 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 WsdlImporterElement class.
Overloads
WsdlImporterElement() |
Initializes a new instance of the WsdlImporterElement class. |
WsdlImporterElement(String) |
Initializes a new instance of the WsdlImporterElement class with the specified type. |
WsdlImporterElement(Type) |
Initializes a new instance of the WsdlImporterElement class with the specified type. |
WsdlImporterElement()
Initializes a new instance of the WsdlImporterElement class.
public:
WsdlImporterElement();
public WsdlImporterElement ();
Public Sub New ()
Applies to
WsdlImporterElement(String)
Initializes a new instance of the WsdlImporterElement class with the specified type.
public:
WsdlImporterElement(System::String ^ type);
public WsdlImporterElement (string type);
new System.ServiceModel.Configuration.WsdlImporterElement : string -> System.ServiceModel.Configuration.WsdlImporterElement
Public Sub New (type As String)
Parameters
- type
- String
The specified type.
Applies to
WsdlImporterElement(Type)
Initializes a new instance of the WsdlImporterElement class with the specified type.
public:
WsdlImporterElement(Type ^ type);
public WsdlImporterElement (Type type);
new System.ServiceModel.Configuration.WsdlImporterElement : Type -> System.ServiceModel.Configuration.WsdlImporterElement
Public Sub New (type As Type)
Parameters
- type
- Type
The specified type.