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