Freigeben über


ContextNodeBaseCollection-Konstruktor (array<ContextNodeBase[])

Namespace:  System.Windows.Ink.AnalysisCore
Assembly:  IACore (in IACore.dll)

Syntax

'Declaration
Public Sub New ( _
    nodes As ContextNodeBase() _
)
'Usage
Dim nodes As ContextNodeBase()

Dim instance As New ContextNodeBaseCollection(nodes)
public ContextNodeBaseCollection(
    ContextNodeBase[] nodes
)
public:
ContextNodeBaseCollection(
    array<ContextNodeBase^>^ nodes
)
public ContextNodeBaseCollection(
    ContextNodeBase[] nodes
)
public function ContextNodeBaseCollection(
    nodes : ContextNodeBase[]
)

Parameter

Plattformen

Windows Vista, Windows XP SP2, Windows Server 2003

.NET Framework und .NET Compact Framework unterstützen nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen für .NET Framework.

Versionsinformationen

.NET Framework

Unterstützt in: 3.0

Siehe auch

Referenz

ContextNodeBaseCollection-Klasse

ContextNodeBaseCollection-Member

ContextNodeBaseCollection-Überladung

System.Windows.Ink.AnalysisCore-Namespace