Freigeben über


DecoratorMapHasVisibilityPropertyPath.GetLinks-Methode

Ruft alle DecoratorMapHasVisibilityPropertyPath-Links zwischen einem angegebenen DecoratorMap und einem VisibilityPropertyPath ab.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DecoratorMap, _
    target As VisibilityPropertyPath _
) As ReadOnlyCollection(Of DecoratorMapHasVisibilityPropertyPath)
public static ReadOnlyCollection<DecoratorMapHasVisibilityPropertyPath> GetLinks(
    DecoratorMap source,
    VisibilityPropertyPath target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<DecoratorMapHasVisibilityPropertyPath>

.NET Framework-Sicherheit

Siehe auch

Referenz

DecoratorMapHasVisibilityPropertyPath Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace