Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the marker series associated with this writer.
Namespace: Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly: Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public MarkerSeries DefaultSeries { get; private set; }
public:
property MarkerSeries^ DefaultSeries {
MarkerSeries^ get();
private: void set(MarkerSeries^ value);
}
member DefaultSeries : MarkerSeries with get, private set
Public Property DefaultSeries As MarkerSeries
Get
Private Set
End Property
Property Value
Type: Microsoft.ConcurrencyVisualizer.Instrumentation.MarkerSeries
Returns MarkerSeries.
See Also
MarkerWriter Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top