ElementLink Constructor (Partition^, array<RoleAssignment^>^, array<PropertyAssignment^>^)

 

Creates a new instance of the ElementLink class.

Namespace:   Microsoft.VisualStudio.Modeling
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.

Return to top
Show: