BaseShapeMapReferencesBaseShape-Konstruktor
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
Protected Sub New ( _
partition As Partition, _
roleAssignments As RoleAssignment(), _
propertyAssignments As PropertyAssignment() _
)
protected BaseShapeMapReferencesBaseShape(
Partition partition,
RoleAssignment[] roleAssignments,
PropertyAssignment[] propertyAssignments
)
Parameter
- partition
Typ: Microsoft.VisualStudio.Modeling.Partition
Die Partition-Instanz mit diesem ElementLink
- roleAssignments
Typ: array<Microsoft.VisualStudio.Modeling.RoleAssignment[]
Ein Satz von Rollenzuweisungen für die Initialisierung der Rolleninhaber
- propertyAssignments
Typ: array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
Ein Satz von Attribut-Zuweisungen für die Attribut-Initialisierung
.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.