Share via


PartitionedListEventChain.PartitioningChain Property

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

Gets the ListEventChain that contains each of the partitioning points that are used to divide the larger chain into partitions.

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

Syntax

'Declaration
Protected ReadOnly Property PartitioningChain As ListEventChain
    Get
'Usage
Dim value As ListEventChain

value = Me.PartitioningChain
protected ListEventChain PartitioningChain { get; }
protected:
property ListEventChain^ PartitioningChain {
    ListEventChain^ get ();
}
member PartitioningChain : ListEventChain
function get PartitioningChain () : ListEventChain

Property Value

Type: Microsoft.VisualStudio.TraceLog.ListEventChain

.NET Framework Security

See Also

Reference

PartitionedListEventChain Class

PartitionedListEventChain Members

Microsoft.VisualStudio.TraceLog Namespace