Share via


CompartmentMapping.InitializeCompartmentShape Method

Update the compartment specified by this mapping with the value specified by this mapping from the object model

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)

Syntax

'Declaration
Public Sub InitializeCompartmentShape ( _
    compartmentShape As CompartmentShape _
)
public void InitializeCompartmentShape(
    CompartmentShape compartmentShape
)
public:
void InitializeCompartmentShape(
    CompartmentShape^ compartmentShape
)
member InitializeCompartmentShape : 
        compartmentShape:CompartmentShape -> unit 
public function InitializeCompartmentShape(
    compartmentShape : CompartmentShape
)

Parameters

Remarks

Update the compartment that is specified by this mapping by using the value that is specified by this mapping from the object model.

.NET Framework Security

See Also

Reference

CompartmentMapping Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace