Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
- compartmentId
Tipo: System.String
Valor inicial del id.
- propertyId
Tipo: System.Guid
Valor de id. de la propiedad 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
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ElementListCompartmentMapping Clase
ElementListCompartmentMapping (Sobrecarga)
Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)