PathSegment 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
PathSegment(Partition, PropertyAssignment[]) |
Constructor |
PathSegment(Store, PropertyAssignment[]) |
Constructor |
PathSegment(Partition, DomainRole, PathSegmentInterpretation) |
Construct a segment with a specified role an interpretation |
PathSegment(Store, DomainRole, PathSegmentInterpretation) |
Construct a segment with a specified role an interpretation |
PathSegment(Partition, PropertyAssignment[])
Constructor
public:
PathSegment(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public PathSegment (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
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
PathSegment(Store, PropertyAssignment[])
Constructor
public:
PathSegment(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public PathSegment (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
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.
Applies to
PathSegment(Partition, DomainRole, PathSegmentInterpretation)
Construct a segment with a specified role an interpretation
public:
PathSegment(Microsoft::VisualStudio::Modeling::Partition ^ partition, Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ role, Microsoft::VisualStudio::Modeling::DslDefinition::PathSegmentInterpretation interpretation);
public PathSegment (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole role, Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentInterpretation interpretation);
new Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole * Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentInterpretation -> Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
Public Sub New (partition As Partition, role As DomainRole, interpretation As PathSegmentInterpretation)
Parameters
- partition
- Partition
- role
- DomainRole
- interpretation
- PathSegmentInterpretation
Applies to
PathSegment(Store, DomainRole, PathSegmentInterpretation)
Construct a segment with a specified role an interpretation
public:
PathSegment(Microsoft::VisualStudio::Modeling::Store ^ store, Microsoft::VisualStudio::Modeling::DslDefinition::DomainRole ^ role, Microsoft::VisualStudio::Modeling::DslDefinition::PathSegmentInterpretation interpretation);
public PathSegment (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole role, Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentInterpretation interpretation);
new Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.DslDefinition.DomainRole * Microsoft.VisualStudio.Modeling.DslDefinition.PathSegmentInterpretation -> Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment
Public Sub New (store As Store, role As DomainRole, interpretation As PathSegmentInterpretation)
Parameters
- store
- Store
- role
- DomainRole
- interpretation
- PathSegmentInterpretation