Chili.Opf3 Send comments on this topic.
ToObjectSet Method
See Also 
Chili.Opf3 Namespace > Generic ObjectView Class : ToObjectSet Method




Creates and returns a new ObjectSet based on the objects in an existing ObjectView.

Syntax

Visual Basic (Declaration) 
Public Function ToObjectSet() As ObjectSet(Of T)
Visual Basic (Usage)Copy Code
Dim instance As ObjectView(Of T)
Dim value As ObjectSet(Of T)
 
value = instance.ToObjectSet()
C# 
public ObjectSet<T> ToObjectSet()
Managed Extensions for C++ 
public: ObjectSet<T>* ToObjectSet(); 
C++/CLI 
public:
ObjectSet<T>^ ToObjectSet(); 

Return Value

A new ObjectView instance that contains the requested objects.

Requirements

Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family

See Also