ToArray Method
See Also 
SourceCode.Workflow.Authoring Namespace > K2FieldPartCollection Class : ToArray Method



Glossary Item Box

Copies the elements of the K2FieldPartCollection to a new K2FieldPart array.

Syntax

Visual Basic (Declaration) 
Public Function ToArray() As K2FieldPart()
Visual Basic (Usage)Copy Code
Dim instance As K2FieldPartCollection
Dim value() As K2FieldPart
 
value = instance.ToArray()
C# 
public K2FieldPart[] ToArray()
C++/CLI 
public:
array<K2FieldPart^>^ ToArray(); 

Requirements

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

See Also