Freigeben über


ContextNodeCollection-Konstruktor (array<ContextNode[])

Initialisiert eine neue Instanz der ContextNodeCollection-Klasse und füllt sie mit einem Array von ContextNode-Objekten auf.

Namespace:  Microsoft.Ink
Assembly:  Microsoft.Ink.Analysis (in Microsoft.Ink.Analysis.dll)

Syntax

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

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

Parameter

Beispiele

Im folgenden Beispiel wird veranschaulicht, wie eine ContextNodeCollection aus einem Array von ContextNode-Objekten namens nodeArray erstellt wird.

Dim nodes As New ContextNodeCollection(nodeArray)
            ContextNodeCollection nodes = new ContextNodeCollection(nodeArray);

Plattformen

Windows Vista

.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

ContextNodeCollection-Klasse

ContextNodeCollection-Member

ContextNodeCollection-Überladung

Microsoft.Ink-Namespace