Compartilhar via


Propriedade AttributeHasParameters.Parameter

Parâmetro DomainRole

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

Sintaxe

'Declaração
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Attribute", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.PropertyDisplayName",  _
    PropagatesDelete := True, PropagatesCopy := PropagatesCopyOption.DoNotPropagateCopy,  _
    Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("24f5ba5b-233b-4036-92f3-2d700c3174c1")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Parameter As AttributeParameter
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Attribute", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption.DoNotPropagateCopy, 
    Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("24f5ba5b-233b-4036-92f3-2d700c3174c1")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public AttributeParameter Parameter { get; set; }

Valor de propriedade

Tipo: Microsoft.VisualStudio.Modeling.DslDefinition.AttributeParameter

Segurança do .NET Framework

Consulte também

Referência

AttributeHasParameters Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition