Share via


AttributeHasParameters.GetLink(ClrAttribute, AttributeParameter) Method

Definition

Get the one AttributeHasParameters link between a given ClrAttributeand a AttributeParameter.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::AttributeHasParameters ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::ClrAttribute ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::AttributeParameter ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute source, Microsoft.VisualStudio.Modeling.DslDefinition.AttributeParameter target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute * Microsoft.VisualStudio.Modeling.DslDefinition.AttributeParameter -> Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters
Public Shared Function GetLink (source As ClrAttribute, target As AttributeParameter) As AttributeHasParameters

Parameters

source
ClrAttribute

Returns

Attributes

Applies to