ElementListCompartmentMapping (Constructor) (String, Guid, Guid, ElementListGetter, PropertyElementGetter, DisplayStringGetter, DisplayImageGetter)

constructor que toma todos los valores iniciales.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxis

'Declaración
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

  • propertyId
    Tipo: System.Guid
    Valor de id. de la propiedad inicial.

Seguridad de .NET Framework

Vea también

Referencia

ElementListCompartmentMapping Clase

ElementListCompartmentMapping (Sobrecarga)

Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)