Поделиться через


ElementMergeDirective.UsesCustomAccept Property

Gets or sets the value of UsesCustomAccept domain property. If True, custom code defines whether or not an element of the indexing class can be accepted for merge.

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.ElementMergeDirective/UsesCustomAccept.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainObjectIdAttribute("846f04cd-9605-475c-8034-af06ad142123")> _
<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Category",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property UsesCustomAccept As Boolean
    Get
    Set
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute("846f04cd-9605-475c-8034-af06ad142123")]
[CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public bool UsesCustomAccept { get; set; }
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainObjectIdAttribute(L"846f04cd-9605-475c-8034-af06ad142123")]
[CategoryResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Category", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property bool UsesCustomAccept {
    bool get ();
    void set (bool value);
}
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DomainObjectIdAttribute("846f04cd-9605-475c-8034-af06ad142123")>]
[<CategoryResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.Category", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.ElementMergeDirective/UsesCustomAccept.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member UsesCustomAccept : bool with get, set
function get UsesCustomAccept () : boolean
function set UsesCustomAccept (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ElementMergeDirective Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace