Share via


PathSegmentReferencesRole Constructor (Partition, array<RoleAssignment[], array<PropertyAssignment )

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    partition As Partition, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
public PathSegmentReferencesRole(
    Partition partition,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
PathSegmentReferencesRole(
    Partition^ partition, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> PathSegmentReferencesRole
public function PathSegmentReferencesRole(
    partition : Partition, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

PathSegmentReferencesRole Class

PathSegmentReferencesRole Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace