PartitionedListChain.PartitionedChain Property

Gets the StreamChain that is the source of the events for this chain.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Protected Friend ReadOnly Property PartitionedChain As StreamChain
protected internal StreamChain PartitionedChain { get; }
protected public:
property StreamChain^ PartitionedChain {
    StreamChain^ get ();
}
member PartitionedChain : StreamChain with get
function get PartitionedChain () : StreamChain

Property Value

Type: Microsoft.VisualStudio.IntelliTrace.StreamChain

.NET Framework Security

See Also

Reference

PartitionedListChain Class

Microsoft.VisualStudio.IntelliTrace Namespace