Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Sub New ( _
source As ShapeElement, _
target As ShapeElement _
)
'使用
Dim source As ShapeElement
Dim target As ShapeElement
Dim instance As New ParentShapeContainsNestedChildShapes(source, _
target)
public ParentShapeContainsNestedChildShapes(
ShapeElement source,
ShapeElement target
)
public:
ParentShapeContainsNestedChildShapes(
ShapeElement^ source,
ShapeElement^ target
)
public function ParentShapeContainsNestedChildShapes(
source : ShapeElement,
target : ShapeElement
)
Parameters
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ParentShapeContainsNestedChildShapes Class
ParentShapeContainsNestedChildShapes Members