TextDecorator.IsDefaultTextTracking Property

Definition

Gets or sets the value of IsDefaultTextTracking domain property. If True, the DefaultText property tracks other data in the DSL definition.

public:
 property bool IsDefaultTextTracking { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.TextDecorator/IsDefaultTextTracking.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.TextDecorator/IsDefaultTextTracking.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("1a108117-c699-4244-bb91-e03959e752d5")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DefaultValue(true)]
public bool IsDefaultTextTracking { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.TextDecorator/IsDefaultTextTracking.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.TextDecorator/IsDefaultTextTracking.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("1a108117-c699-4244-bb91-e03959e752d5")>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.DefaultValue(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.IsDefaultTextTracking : bool with get, set
Public Property IsDefaultTextTracking As Boolean

Property Value

Attributes

Applies to