PathSegment Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| PathSegment(Partition, PropertyAssignment[]) |
Oluşturucu |
| PathSegment(Store, PropertyAssignment[]) |
Oluşturucu |
| PathSegment(Partition, DomainRole, PathSegmentInterpretation) |
Belirli bir role yorumu olan bir segment oluşturun |
| PathSegment(Store, DomainRole, PathSegmentInterpretation) |
Belirli bir role yorumu olan bir segment oluşturun |
PathSegment(Partition, PropertyAssignment[])
Oluşturucu
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())
Parametreler
- partition
- Partition
Yeni öğenin oluşturulacağı bölüm.
- propertyAssignments
- PropertyAssignment[]
Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.
Şunlara uygulanır
PathSegment(Store, PropertyAssignment[])
Oluşturucu
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())
Parametreler
- store
- Store
Yeni öğenin oluşturulacağı yeri saklayın.
- propertyAssignments
- PropertyAssignment[]
Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.
Şunlara uygulanır
PathSegment(Partition, DomainRole, PathSegmentInterpretation)
Belirli bir role yorumu olan bir segment oluşturun
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)
Parametreler
- partition
- Partition
- role
- DomainRole
- interpretation
- PathSegmentInterpretation
Şunlara uygulanır
PathSegment(Store, DomainRole, PathSegmentInterpretation)
Belirli bir role yorumu olan bir segment oluşturun
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)
Parametreler
- store
- Store
- role
- DomainRole
- interpretation
- PathSegmentInterpretation