Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal formsType As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies, _ ByVal formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes, _ ByVal Name As String, _ ByVal Description As String _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim formsType As SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies Dim formPageType As SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes Dim Name As String Dim Description As String Dim instance As New DefaultForm(formsType, formPageType, Name, Description) |
C# | |
---|---|
public DefaultForm( SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsType, SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType, string Name, string Description ) |
C++/CLI | |
---|---|
public: DefaultForm( SourceCode.Workflow.Common.WorkflowIntegration.FormsTechnologies formsType, SourceCode.Workflow.Common.WorkflowIntegration.FormPageTypes formPageType, String^ Name, String^ Description ) |
Parameters
- formsType
- formPageType
- Name
- Description
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2