DecoratorMapHasPropertyDisplayedPath.GetLink 方法

定义

获取给定 DecoratorMapand 之间的一个 DecoratorMapHasPropertyDisplayedPath 链接 PropertyPath。

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMapHasPropertyDisplayedPath ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::DecoratorMap ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasPropertyDisplayedPath GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap source, Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMap * Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> Microsoft.VisualStudio.Modeling.DslDefinition.DecoratorMapHasPropertyDisplayedPath
Public Shared Function GetLink (source As DecoratorMap, target As PropertyPath) As DecoratorMapHasPropertyDisplayedPath

参数

source
DecoratorMap
target
PropertyPath

返回

DecoratorMapHasPropertyDisplayedPath
属性

适用于