다음을 통해 공유


CompartmentShapeHasBaseCompartmentShape Constructor (CompartmentShape, CompartmentShape)

Constructor Creates a CompartmentShapeHasBaseCompartmentShape link in the same Partition as the given CompartmentShape

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

Syntax

‘선언
Public Sub New ( _
    source As CompartmentShape, _
    target As CompartmentShape _
)
public CompartmentShapeHasBaseCompartmentShape(
    CompartmentShape source,
    CompartmentShape target
)
public:
CompartmentShapeHasBaseCompartmentShape(
    CompartmentShape^ source, 
    CompartmentShape^ target
)
new : 
        source:CompartmentShape * 
        target:CompartmentShape -> CompartmentShapeHasBaseCompartmentShape
public function CompartmentShapeHasBaseCompartmentShape(
    source : CompartmentShape, 
    target : CompartmentShape
)

Parameters

.NET Framework Security

See Also

Reference

CompartmentShapeHasBaseCompartmentShape Class

CompartmentShapeHasBaseCompartmentShape Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace