다음을 통해 공유


DslLibraryDefinesShapes Constructor (DslLibrary, BaseShape)

Constructor Creates a DslLibraryDefinesShapes link in the same Partition as the given DslLibrary

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 DslLibrary, _
    target As BaseShape _
)
public DslLibraryDefinesShapes(
    DslLibrary source,
    BaseShape target
)
public:
DslLibraryDefinesShapes(
    DslLibrary^ source, 
    BaseShape^ target
)
new : 
        source:DslLibrary * 
        target:BaseShape -> DslLibraryDefinesShapes
public function DslLibraryDefinesShapes(
    source : DslLibrary, 
    target : BaseShape
)

Parameters

.NET Framework Security

See Also

Reference

DslLibraryDefinesShapes Class

DslLibraryDefinesShapes Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace