PresentationViewsSubject Конструкторы

Определение

Перегрузки

PresentationViewsSubject(PresentationElement, ModelElement)

Конструктор создает ссылку PresentationViewsSubject в том же разделе, что и заданный PresentationElement

PresentationViewsSubject(Partition, RoleAssignment[])

Конструктор

PresentationViewsSubject(Store, RoleAssignment[])

Конструктор

PresentationViewsSubject(Partition, RoleAssignment[], PropertyAssignment[])

Конструктор

PresentationViewsSubject(Store, RoleAssignment[], PropertyAssignment[])

Конструктор

PresentationViewsSubject(PresentationElement, ModelElement)

Конструктор создает ссылку PresentationViewsSubject в том же разделе, что и заданный PresentationElement

public:
 PresentationViewsSubject(Microsoft::VisualStudio::Modeling::Diagrams::PresentationElement ^ source, Microsoft::VisualStudio::Modeling::ModelElement ^ target);
public PresentationViewsSubject (Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement source, Microsoft.VisualStudio.Modeling.ModelElement target);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement * Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Sub New (source As PresentationElement, target As ModelElement)

Параметры

source
PresentationElement

Экземпляр PresentationElement для использования в качестве источника связи.

target
ModelElement

ModelElement для использования в качестве целевого объекта связи.

Применяется к

PresentationViewsSubject(Partition, RoleAssignment[])

Конструктор

public:
 PresentationViewsSubject(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public PresentationViewsSubject (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Sub New (partition As Partition, ParamArray roleAssignments As RoleAssignment())

Параметры

partition
Partition

Раздел, в котором должна быть создана новая ссылка.

roleAssignments
RoleAssignment[]

Список назначений ролей отношений.

Применяется к

PresentationViewsSubject(Store, RoleAssignment[])

Конструктор

public:
 PresentationViewsSubject(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments);
public PresentationViewsSubject (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Sub New (store As Store, ParamArray roleAssignments As RoleAssignment())

Параметры

store
Store

Хранилище, в котором должна быть создана новая ссылка.

roleAssignments
RoleAssignment[]

Список назначений ролей отношений.

Применяется к

PresentationViewsSubject(Partition, RoleAssignment[], PropertyAssignment[])

Конструктор

public:
 PresentationViewsSubject(Microsoft::VisualStudio::Modeling::Partition ^ partition, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public PresentationViewsSubject (Microsoft.VisualStudio.Modeling.Partition partition, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Sub New (partition As Partition, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Параметры

partition
Partition

Раздел, в котором должна быть создана новая ссылка.

roleAssignments
RoleAssignment[]

Список назначений ролей отношений.

propertyAssignments
PropertyAssignment[]

Список назначений свойств, задаваемых для новой ссылки.

Применяется к

PresentationViewsSubject(Store, RoleAssignment[], PropertyAssignment[])

Конструктор

public:
 PresentationViewsSubject(Microsoft::VisualStudio::Modeling::Store ^ store, cli::array <Microsoft::VisualStudio::Modeling::RoleAssignment ^> ^ roleAssignments, cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public PresentationViewsSubject (Microsoft.VisualStudio.Modeling.Store store, Microsoft.VisualStudio.Modeling.RoleAssignment[] roleAssignments, Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.RoleAssignment[] * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.Diagrams.PresentationViewsSubject
Public Sub New (store As Store, roleAssignments As RoleAssignment(), propertyAssignments As PropertyAssignment())

Параметры

store
Store

Хранилище, в котором должна быть создана новая ссылка.

roleAssignments
RoleAssignment[]

Список назначений ролей отношений.

propertyAssignments
PropertyAssignment[]

Список назначений свойств, задаваемых для новой ссылки.

Применяется к