ElementListCompartmentMapping Constructor (String^, Guid, Guid, ElementListGetter^, PropertyElementGetter^, DisplayStringGetter^, DisplayImageGetter^)
Visual Studio 2015
Constructor that takes all of the initial values.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public:
ElementListCompartmentMapping(
String^ compartmentId,
Guid propertyId,
Guid domainClassId,
ElementListGetter^ elementListGetter,
PropertyElementGetter^ propertyElementGetter,
DisplayStringGetter^ stringGetter,
DisplayImageGetter^ imageGetter
)
Parameters
- compartmentId
-
Type:
System::String^
Initial id value.
- propertyId
-
Type:
System::Guid
Initial property id value.
- domainClassId
- Type: System::Guid
- elementListGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::ElementListGetter^
- propertyElementGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::PropertyElementGetter^
- stringGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayStringGetter^
- imageGetter
- Type: Microsoft.VisualStudio.Modeling.Diagrams::DisplayImageGetter^
- relationType
Initial relationship type.
- childRoleId
Initial child role id value.
- parentRoleId
Initial parent role id value.
- metaClassId
Initial metaclass id value.
Show: