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