AttributeHasParameters.GetLink(ClrAttribute, AttributeParameter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- target
- AttributeParameter
Returns
- Attributes