PathSegment Constructeurs

Définition

Surcharges

PathSegment(Partition, PropertyAssignment[])

Constructeur

PathSegment(Store, PropertyAssignment[])

Constructeur

PathSegment(Partition, DomainRole, PathSegmentInterpretation)

Construire un segment avec un rôle et une interprétation spécifiés.

PathSegment(Store, DomainRole, PathSegmentInterpretation)

Construire un segment avec un rôle et une interprétation spécifiés.

PathSegment(Partition, PropertyAssignment[])

Constructeur

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())

Paramètres

partition
Partition

Partition dans laquelle un nouvel élément doit être créé.

propertyAssignments
PropertyAssignment[]

Liste des ID de propriété de domaine/paires de valeurs à définir une fois que l'élément est créé.

S’applique à

PathSegment(Store, PropertyAssignment[])

Constructeur

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())

Paramètres

store
Store

Magasin dans lequel le nouvel élément doit être créé.

propertyAssignments
PropertyAssignment[]

Liste des ID de propriété de domaine/paires de valeurs à définir une fois que l'élément est créé.

S’applique à

PathSegment(Partition, DomainRole, PathSegmentInterpretation)

Construire un segment avec un rôle et une interprétation spécifiés.

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)

Paramètres

partition
Partition
role
DomainRole
interpretation
PathSegmentInterpretation

S’applique à

PathSegment(Store, DomainRole, PathSegmentInterpretation)

Construire un segment avec un rôle et une interprétation spécifiés.

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)

Paramètres

store
Store
role
DomainRole
interpretation
PathSegmentInterpretation

S’applique à