Share via


WovenEventChain Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the WovenEventChain class.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Sub New ( _
    chains As DerivedEventChain() _
)
'Usage
Dim chains As DerivedEventChain()

Dim instance As New WovenEventChain(chains)
public WovenEventChain(
    DerivedEventChain[] chains
)
public:
WovenEventChain(
    array<DerivedEventChain^>^ chains
)
new : 
        chains:DerivedEventChain[] -> WovenEventChain
public function WovenEventChain(
    chains : DerivedEventChain[]
)

Parameters

Remarks

Throws an ArgumentException if one or more of chains returns false from CanGetCount.

.NET Framework Security

See Also

Reference

WovenEventChain Class

WovenEventChain Members

Microsoft.VisualStudio.TraceLog Namespace