Nevron.Examples.Framework.WinForm Namespace / NSearchResult Structure / NSearchResult Constructor


NSearchResult Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal points As System.Integer, _
   ByVal exampleTreeNode As System.Windows.Forms.TreeNode _
)
 
'Usage
 
Dim points As System.Integer
Dim exampleTreeNode As System.Windows.Forms.TreeNode
 
Dim instance As New NSearchResult(points, exampleTreeNode)

Parameters

points
exampleTreeNode
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