共用方式為


XmlClassData.IsMonikerAttributeNameTracking 屬性

取得或設定 IsMonikerAttributeNameTracking 網域屬性的值。如果為 True,MonikerAttributeName 屬性會追蹤 DSL 定義中的其他資料。

命名空間:  Microsoft.VisualStudio.Modeling.DslDefinition
組件:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

語法

'宣告
<DomainObjectIdAttribute("9f98cb39-ea68-4395-8143-98fa0848e91c")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/IsMonikerAttributeNameTracking.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/IsMonikerAttributeNameTracking.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<BrowsableAttribute(False)> _
Public Property IsMonikerAttributeNameTracking As Boolean
[DomainObjectIdAttribute("9f98cb39-ea68-4395-8143-98fa0848e91c")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/IsMonikerAttributeNameTracking.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.XmlClassData/IsMonikerAttributeNameTracking.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[BrowsableAttribute(false)]
public bool IsMonikerAttributeNameTracking { get; set; }

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

XmlClassData 類別

Microsoft.VisualStudio.Modeling.DslDefinition 命名空間