Share via


XmlPropertyData.IsRepresentationTracking Property

Definition

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

public:
 property bool IsRepresentationTracking { bool get(); void set(bool value); };
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/IsRepresentationTracking.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/IsRepresentationTracking.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("b2318fbf-fe26-4cbb-ae20-320f65a70393")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DefaultValue(true)]
public bool IsRepresentationTracking { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/IsRepresentationTracking.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.XmlPropertyData/IsRepresentationTracking.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("b2318fbf-fe26-4cbb-ae20-320f65a70393")>]
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.DefaultValue(true)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.IsRepresentationTracking : bool with get, set
Public Property IsRepresentationTracking As Boolean

Property Value

Attributes

Applies to