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




objectSet
The ObjectSet bound to the current instance.
Creates a new instance of the ObjectView Class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal objectSet As ObjectSet(Of T) _
)
Visual Basic (Usage)Copy Code
Dim objectSet As ObjectSet(Of T)
 
Dim instance As ObjectView(Of T)(objectSet)
C# 
public Generic ObjectView( 
   ObjectSet<T> objectSet
)
Managed Extensions for C++ 
public: Generic ObjectView( 
   ObjectSet<T>* objectSet
)
C++/CLI 
public:
Generic ObjectView( 
   ObjectSet<T>^ objectSet
)

Parameters

objectSet
The ObjectSet bound to the current instance.

Requirements

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

See Also