AttributeHasParameters.GetLinksToParameters(ClrAttribute) 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 list of AttributeHasParameters links to a ClrAttribute.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::AttributeHasParameters ^> ^ GetLinksToParameters(Microsoft::VisualStudio::Modeling::DslDefinition::ClrAttribute ^ attributeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters> GetLinksToParameters (Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute attributeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToParameters : Microsoft.VisualStudio.Modeling.DslDefinition.ClrAttribute -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.AttributeHasParameters>
Public Shared Function GetLinksToParameters (attributeInstance As ClrAttribute) As ReadOnlyCollection(Of AttributeHasParameters)
Parameters
- attributeInstance
- ClrAttribute
Returns
- Attributes