Skip to content

TrackingIdAttribute(object?, bool) constructor

Defined in

Type: TrackingIdAttribute Namespace: CrissCross.WPF.UI.Configuration.Attributes Assembly: CrissCross.WPF.UI.dll

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

public TrackingIdAttribute(object? @namespace = null, bool includeType = false)

Summary: TrackingIdAttribute.

Parameters

NameTypeDescription
namespace = nullobject?The namespace.
includeType = falseboolif set to true [include type].

Remarks

Initializes a new instance of the TrackingIdAttribute class.

See also