DecoratorMapHasVisibilityPropertyPath-Konstruktor (Partition, array<RoleAssignment[], array<PropertyAssignment[])
Konstruktor
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 ( _
partition As Partition, _
roleAssignments As RoleAssignment(), _
propertyAssignments As PropertyAssignment() _
)
public DecoratorMapHasVisibilityPropertyPath(
Partition partition,
RoleAssignment[] roleAssignments,
PropertyAssignment[] propertyAssignments
)
Parameter
- partition
Typ: Microsoft.VisualStudio.Modeling.Partition
Partition, in der das neue Link erstellt werden soll.
- roleAssignments
Typ: array<Microsoft.VisualStudio.Modeling.RoleAssignment[]
Liste der Beziehung-Rollenzuweisungen.
- propertyAssignments
Typ: array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
Liste mit Eigenschaftenzuweisungen, die für den neuen Link festgelegt werden sollen.
.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.
Siehe auch
Referenz
DecoratorMapHasVisibilityPropertyPath Klasse