| Visual Basic (Declaration) | |
|---|---|
Public Function ToArray() As T() | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public T[] ToArray() | |
| Managed Extensions for C++ | |
|---|---|
public: T[]* ToArray(); | |
| C++/CLI | |
|---|---|
public: array<T>^ ToArray(); | |
Return Value
An array containing copies of the elements of the ObjectSet.Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family