Share via


PresentationViewsSubject Constructor (Store, array<RoleAssignment )

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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    ParamArray roleAssignments As RoleAssignment() _
)
public PresentationViewsSubject(
    Store store,
    params RoleAssignment[] roleAssignments
)
public:
PresentationViewsSubject(
    Store^ store, 
    ... array<RoleAssignment^>^ roleAssignments
)
new : 
        store:Store * 
        roleAssignments:RoleAssignment[] -> PresentationViewsSubject
public function PresentationViewsSubject(
    store : Store, 
    ... roleAssignments : RoleAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

PresentationViewsSubject Class

PresentationViewsSubject Overload

Microsoft.VisualStudio.Modeling.Diagrams Namespace