PresentationViewsSubject Construtores

Definição

Sobrecargas

PresentationViewsSubject(PresentationElement, ModelElement)

O construtor cria um link PresentationViewsSubject na mesma partição que o Presentationelement fornecido

PresentationViewsSubject(Partition, RoleAssignment[])

Construtor

PresentationViewsSubject(Store, RoleAssignment[])

Construtor

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

Construtor

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

Construtor

PresentationViewsSubject(PresentationElement, ModelElement)

O construtor cria um link PresentationViewsSubject na mesma partição que o Presentationelement fornecido

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)

Parâmetros

source
PresentationElement

Presentationelement a ser usado como a origem da relação.

target
ModelElement

ModelElement para usar como o destino da relação.

Aplica-se a

PresentationViewsSubject(Partition, RoleAssignment[])

Construtor

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

Parâmetros

partition
Partition

Partição na qual o novo link deve ser criado.

roleAssignments
RoleAssignment[]

Lista de atribuições de função da relação.

Aplica-se a

PresentationViewsSubject(Store, RoleAssignment[])

Construtor

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

Parâmetros

store
Store

Repositório onde o novo link deve ser criado.

roleAssignments
RoleAssignment[]

Lista de atribuições de função da relação.

Aplica-se a

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

Construtor

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

Parâmetros

partition
Partition

Partição na qual o novo link deve ser criado.

roleAssignments
RoleAssignment[]

Lista de atribuições de função da relação.

propertyAssignments
PropertyAssignment[]

Lista de atribuições de propriedades a serem definidas no novo link.

Aplica-se a

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

Construtor

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

Parâmetros

store
Store

Repositório onde o novo link deve ser criado.

roleAssignments
RoleAssignment[]

Lista de atribuições de função da relação.

propertyAssignments
PropertyAssignment[]

Lista de atribuições de propriedades a serem definidas no novo link.

Aplica-se a