다음을 통해 공유


Decorator.IsDisplayNameTracking Property

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

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

‘선언
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("680db41c-09f1-4d3b-b948-930524ec3caa")> _
Public Property IsDisplayNameTracking As Boolean
    Get
    Set
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("680db41c-09f1-4d3b-b948-930524ec3caa")]
public bool IsDisplayNameTracking { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"680db41c-09f1-4d3b-b948-930524ec3caa")]
public:
property bool IsDisplayNameTracking {
    bool get ();
    void set (bool value);
}
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<BrowsableAttribute(false)>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.Decorator/IsDisplayNameTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("680db41c-09f1-4d3b-b948-930524ec3caa")>]
member IsDisplayNameTracking : bool with get, set
function get IsDisplayNameTracking () : boolean
function set IsDisplayNameTracking (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

Decorator Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace