CompartmentMapHasElementsDisplayedPath 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
| CompartmentMapHasElementsDisplayedPath(CompartmentMap, DomainPath) |
Oluşturucu verilen CompartmentMap içinde ile aynı bölümde bir CompartmentMapHasElementsDisplayedPath bağlantısı oluşturur |
| CompartmentMapHasElementsDisplayedPath(Partition, RoleAssignment[]) |
Oluşturucu |
| CompartmentMapHasElementsDisplayedPath(Store, RoleAssignment[]) |
Oluşturucu |
| CompartmentMapHasElementsDisplayedPath(Partition, RoleAssignment[], PropertyAssignment[]) |
Oluşturucu |
| CompartmentMapHasElementsDisplayedPath(Store, RoleAssignment[], PropertyAssignment[]) |
Oluşturucu |
CompartmentMapHasElementsDisplayedPath(CompartmentMap, DomainPath)
Oluşturucu verilen CompartmentMap içinde ile aynı bölümde bir CompartmentMapHasElementsDisplayedPath bağlantısı oluşturur
public:
CompartmentMapHasElementsDisplayedPath(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentMap ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ target);
public CompartmentMapHasElementsDisplayedPath (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap source, Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath target);
new Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMap * Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Public Sub New (source As CompartmentMap, target As DomainPath)
Parametreler
- source
- CompartmentMap
İlişki kaynağı olarak kullanılacak CompartmentMap içinde.
- target
- DomainPath
İlişkinin hedefi olarak kullanılacak DomainPath.
Şunlara uygulanır
CompartmentMapHasElementsDisplayedPath(Partition, RoleAssignment[])
Oluşturucu
public:
CompartmentMapHasElementsDisplayedPath(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public CompartmentMapHasElementsDisplayedPath (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Public Sub New (partition As Partition, ParamArray roleAssignments As RoleAssignment())
Parametreler
- partition
- Partition
Yeni bağlantının oluşturulacağı bölüm.
- roleAssignments
- RoleAssignment[]
İlişki rolü atamalarının listesi.
Şunlara uygulanır
CompartmentMapHasElementsDisplayedPath(Store, RoleAssignment[])
Oluşturucu
public:
CompartmentMapHasElementsDisplayedPath(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public CompartmentMapHasElementsDisplayedPath (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Public Sub New (store As Store, ParamArray roleAssignments As RoleAssignment())
Parametreler
- store
- Store
Yeni bağlantının oluşturulacağı yeri saklayın.
- roleAssignments
- RoleAssignment[]
İlişki rolü atamalarının listesi.
Şunlara uygulanır
CompartmentMapHasElementsDisplayedPath(Partition, RoleAssignment[], PropertyAssignment[])
Oluşturucu
public:
CompartmentMapHasElementsDisplayedPath(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public CompartmentMapHasElementsDisplayedPath (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Public Sub New (partition As Partition, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())
Parametreler
- partition
- Partition
Yeni bağlantının oluşturulacağı bölüm.
- roleAssignments
- RoleAssignment[]
İlişki rolü atamalarının listesi.
- propertyAssignments
- PropertyAssignment[]
Yeni bağlantıda ayarlanacak Özellikler atamalarının listesi.
Şunlara uygulanır
CompartmentMapHasElementsDisplayedPath(Store, RoleAssignment[], PropertyAssignment[])
Oluşturucu
public:
CompartmentMapHasElementsDisplayedPath(Microsoft::VisualStudio::Modeling::Store ^ store, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public CompartmentMapHasElementsDisplayedPath (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentMapHasElementsDisplayedPath
Public Sub New (store As Store, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())
Parametreler
- store
- Store
Yeni bağlantının oluşturulacağı yeri saklayın.
- roleAssignments
- RoleAssignment[]
İlişki rolü atamalarının listesi.
- propertyAssignments
- PropertyAssignment[]
Yeni bağlantıda ayarlanacak Özellikler atamalarının listesi.