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

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Syntax

'Declaration
Public Sub New ( _
    partition As Partition, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
'Usage
Dim partition As Partition
Dim roleAssignments As RoleAssignment()
Dim propertyAssignments As PropertyAssignment()

Dim instance As New ElementHasExtensions(partition, _
    roleAssignments, propertyAssignments)
public ElementHasExtensions(
    Partition partition,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
ElementHasExtensions(
    Partition^ partition, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
public function ElementHasExtensions(
    partition : Partition, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)
new : 
        partition:Partition * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> ElementHasExtensions

Parameters

.NET Framework Security

See Also

Reference

ElementHasExtensions Class

ElementHasExtensions Members

ElementHasExtensions Overload

Microsoft.VisualStudio.Modeling Namespace