DecoratorMapHasPropertyDisplayedPath.GetLinks Method
Get any DecoratorMapHasPropertyDisplayedPath links between a given DecoratorMap and a PropertyPath.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaración
Public Shared Function GetLinks ( _
source As DecoratorMap, _
target As PropertyPath _
) As ReadOnlyCollection(Of DecoratorMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath> GetLinks(
DecoratorMap source,
PropertyPath target
)
public:
static ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath^>^ GetLinks(
DecoratorMap^ source,
PropertyPath^ target
)
static member GetLinks :
source:DecoratorMap *
target:PropertyPath -> ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath>
public static function GetLinks(
source : DecoratorMap,
target : PropertyPath
) : ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DecoratorMapHasPropertyDisplayedPath>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.