CustomUITypeEditorAttribute Constructors

Definition

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

Applies to