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
- partition
Type: Microsoft.VisualStudio.Modeling.Partition
- roleAssignments
Type: array<Microsoft.VisualStudio.Modeling.RoleAssignment[]
- propertyAssignments
Type: array<Microsoft.VisualStudio.Modeling.PropertyAssignment[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.