Share via


AttributeHasParameters.Parameter Property

DomainRole Parameter

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

Syntax

'Declaration
<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; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Attribute", 
    PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.PropertyDisplayName", 
    PropagatesDelete = true, PropagatesCopy = PropagatesCopyOption::DoNotPropagateCopy, 
    Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"24f5ba5b-233b-4036-92f3-2d700c3174c1")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters/Parameter.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property AttributeParameter^ Parameter {
    AttributeParameter^ get ();
    void set (AttributeParameter^ value);
}
[<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")>]
member Parameter : AttributeParameter with get, set
function get Parameter () : AttributeParameter 
function set Parameter (value : AttributeParameter)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.AttributeParameter

.NET Framework Security

See Also

Reference

AttributeHasParameters Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace