SmartObjectInfoCollection Constructor
See Also 
SourceCode.SmartObjects.Management Namespace > SmartObjectInfoCollection Class : SmartObjectInfoCollection Constructor



smartObjectExplorer

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal smartObjectExplorer As SmartObjectExplorer _
)
Visual Basic (Usage) Copy Code
Dim smartObjectExplorer As SmartObjectExplorer
 
Dim instance As New SmartObjectInfoCollection(smartObjectExplorer)
C#  
public SmartObjectInfoCollection( 
   SmartObjectExplorer smartObjectExplorer
)
C++/CLI  
public:
SmartObjectInfoCollection( 
   SmartObjectExplorer^ smartObjectExplorer
)

Parameters

smartObjectExplorer

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