ConnectorHasDecorators.GetLink(Connector, Decorator) 方法

定义

获取给定 Connectorand 与修饰器之间的一个 ConnectorHasDecorators 链接。

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

参数

source
Connector
target
Decorator

返回

ConnectorHasDecorators
属性

适用于