Construtor ElementListCompartmentMapping (String, Guid, Guid, ElementListGetter, PropertyElementGetter, DisplayStringGetter, DisplayImageGetter)
Construtor que aceita todos os valores iniciais.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxe
'Declaração
Public Sub New ( _
compartmentId As String, _
propertyId As Guid, _
domainClassId As Guid, _
elementListGetter As ElementListGetter, _
propertyElementGetter As PropertyElementGetter, _
stringGetter As DisplayStringGetter, _
imageGetter As DisplayImageGetter _
)
public ElementListCompartmentMapping(
string compartmentId,
Guid propertyId,
Guid domainClassId,
ElementListGetter elementListGetter,
PropertyElementGetter propertyElementGetter,
DisplayStringGetter stringGetter,
DisplayImageGetter imageGetter
)
Parâmetros
- compartmentId
Tipo: System.String
Valor inicial de identificação.
- propertyId
Tipo: System.Guid
Valor de identificação da propriedade inicial.
- domainClassId
Tipo: System.Guid
- elementListGetter
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.ElementListGetter
- propertyElementGetter
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.PropertyElementGetter
- stringGetter
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.DisplayStringGetter
- imageGetter
Tipo: Microsoft.VisualStudio.Modeling.Diagrams.DisplayImageGetter
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ElementListCompartmentMapping Classe