Compartilhar via


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.

Segurança do .NET Framework

Consulte também

Referência

ElementListCompartmentMapping Classe

Sobrecargas ElementListCompartmentMapping

Namespace Microsoft.VisualStudio.Modeling.Diagrams