DecoratorMapHasVisibilityPropertyPath.GetLinks 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 any DecoratorMapHasVisibilityPropertyPath links between a given DecoratorMap and a VisibilityPropertyPath.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMapHasVisibilityPropertyPath ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::VisibilityPropertyPath ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap source, Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap * Microsoft.VisualStudio.Modeling.DslDefinition.VisibilityPropertyPath -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasVisibilityPropertyPath>
Public Shared Function GetLinks (source As DecoratorMap, target As VisibilityPropertyPath) As ReadOnlyCollection(Of DecoratorMapHasVisibilityPropertyPath)
Parameters
- source
- DecoratorMap
- target
- VisibilityPropertyPath
Returns
- Attributes