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

 

Construct the relationship with property assignments

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
PresentationViewsSubject(
	Partition^ partition,
	array<RoleAssignment^>^ roleAssignments,
	array<PropertyAssignment^>^ propertyAssignments
)

Parameters

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

Partition where new link is to be created.

roleAssignments
Type: array<Microsoft.VisualStudio.Modeling::RoleAssignment^>^

List of relationship role assignments.

propertyAssignments
Type: array<Microsoft.VisualStudio.Modeling::PropertyAssignment^>^

List of properties assignments to set on the new link.

Return to top
Show: