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
| Name | Type | Description |
|---|---|---|
namespace = null | object? | The namespace. |
includeType = false | bool | if set to true [include type]. |
Remarks
Initializes a new instance of the TrackingIdAttribute class.
See also