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