Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Sub CreateXMLField( _ ByVal _process As Process, _ ByVal fieldName As String, _ ByVal itemType As SourceCode.Workflow.Common.SharePoint.ProcessFields.ItemTypes _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim _process As Process Dim fieldName As String Dim itemType As SourceCode.Workflow.Common.SharePoint.ProcessFields.ItemTypes DefaultField.CreateXMLField(_process, fieldName, itemType) |
C# | |
---|---|
public static void CreateXMLField( Process _process, string fieldName, SourceCode.Workflow.Common.SharePoint.ProcessFields.ItemTypes itemType ) |
C++/CLI | |
---|---|
public: static void CreateXMLField( Process^ _process, String^ fieldName, SourceCode.Workflow.Common.SharePoint.ProcessFields.ItemTypes itemType ) |
Parameters
- _process
- fieldName
- itemType
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