PropertyPathHasPath-Konstruktor (PropertyPath, DomainPath)
Konstruktor erstellt einen PropertyPathHasPath-Link in derselben Partition wie das angegebene PropertyPath
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 Sub New ( _
source As PropertyPath, _
target As DomainPath _
)
public PropertyPathHasPath(
PropertyPath source,
DomainPath target
)
Parameter
- source
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath
ProertyPath, die als Quelle der Beziehung verwendet werden soll.
- target
Typ: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
DomainPath, die als Ziel der Beziehung verwendet werden soll.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.