ElementMergeDirective.UsesCustomMerge 属性

获取或设置 UsesCustomMerge 字段的特性的值。如果为 true,自定义代码定义索引类的元素如何合并。

命名空间:  Microsoft.VisualStudio.Modeling.DslDefinition
程序集:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll 中)

语法

声明
<DomainObjectIdAttribute("d9f04dc6-6ecd-406d-8f1f-2af36f8162b3")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property UsesCustomMerge As Boolean
[DomainObjectIdAttribute("d9f04dc6-6ecd-406d-8f1f-2af36f8162b3")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public bool UsesCustomMerge { get; set; }

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

ElementMergeDirective 类

Microsoft.VisualStudio.Modeling.DslDefinition 命名空间