ElementLink Constructor (Partition^, array<RoleAssignment^>^, array<PropertyAssignment^>^)
Visual Studio 2015
Creates a new instance of the ElementLink class.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
protected: ElementLink( Partition^ partition, array<RoleAssignment^>^ roleAssignments, array<PropertyAssignment^>^ propertyAssignments )
Parameters
- partition
-
Type:
Microsoft.VisualStudio.Modeling::Partition^
The partition containing this ElementLink.
- roleAssignments
-
Type:
array<Microsoft.VisualStudio.Modeling::RoleAssignment^>^
Specifies the model elements that should be connected to the roles.
- propertyAssignments
-
Type:
array<Microsoft.VisualStudio.Modeling::PropertyAssignment^>^
Specifies values for the properties of this link.
Show: