ExplorerHidesNodes 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 ExplorerHidesNodes(
    Partition partition,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
ExplorerHidesNodes(
    Partition^ partition, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        partition:Partition * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> ExplorerHidesNodes
public function ExplorerHidesNodes(
    partition : Partition, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

ExplorerHidesNodes Class

ExplorerHidesNodes Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace