ExpandCollapseDecorator Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ExpandCollapseDecorator(Partition, PropertyAssignment[]) |
Constructor |
ExpandCollapseDecorator(Store, PropertyAssignment[]) |
Constructor |
ExpandCollapseDecorator(Partition, PropertyAssignment[])
Constructor
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseDecorator
Public Sub New (partition As Partition, ParamArray propertyAssignments As PropertyAssignment())
Parameters
- partition
- Partition
Partition where new element is to be created.
- propertyAssignments
- PropertyAssignment[]
List of domain property id/value pairs to set once the element is created.
Applies to
ExpandCollapseDecorator(Store, PropertyAssignment[])
Constructor
public:
ExpandCollapseDecorator(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public ExpandCollapseDecorator (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseDecorator : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseDecorator
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())
Parameters
- store
- Store
Store where new element is to be created.
- propertyAssignments
- PropertyAssignment[]
List of domain property id/value pairs to set once the element is created.