CustomTypeConverterAttribute 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.
Overloads
| CustomTypeConverterAttribute(String) | |
| CustomTypeConverterAttribute(String, String) |
CustomTypeConverterAttribute(String)
public:
CustomTypeConverterAttribute(System::String ^ editorTypeName);
public CustomTypeConverterAttribute (string editorTypeName);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute : string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute
Public Sub New (editorTypeName As String)
Parameters
- editorTypeName
- String
Applies to
CustomTypeConverterAttribute(String, String)
public:
CustomTypeConverterAttribute(System::String ^ assemblyPath, System::String ^ editorTypeName);
public CustomTypeConverterAttribute (string assemblyPath, string editorTypeName);
new Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute : string * string -> Microsoft.BizTalk.Adapter.Framework.ComponentModel.CustomTypeConverterAttribute
Public Sub New (assemblyPath As String, editorTypeName As String)
Parameters
- assemblyPath
- String
- editorTypeName
- String