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

 

Constructs the relationship in the default partition for this relationship in the given Store.

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

public:
PresentationViewsSubject(
	Store^ store,
	array<RoleAssignment^>^ roleAssignments,
	array<PropertyAssignment^>^ propertyAssignments
)

Parameters

store
Type: Microsoft.VisualStudio.Modeling::Store^

Store 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: