Share via


ElementMergeDirective.UsesCustomMerge Property

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

Syntax

'Declaration
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("d9f04dc6-6ecd-406d-8f1f-2af36f8162b3")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.DisplayName",  _
    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
'Usage
Dim instance As ElementMergeDirective 
Dim value As Boolean 

value = instance.UsesCustomMerge

instance.UsesCustomMerge = value
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("d9f04dc6-6ecd-406d-8f1f-2af36f8162b3")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.DisplayName", 
    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; }
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"d9f04dc6-6ecd-406d-8f1f-2af36f8162b3")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomMerge.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property bool UsesCustomMerge {
    bool get ();
    void set (bool value);
}
public function get UsesCustomMerge () : boolean 
public function set UsesCustomMerge (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ElementMergeDirective Class

ElementMergeDirective Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace