Share via


DslLibraryHasDslLibraryImports Constructor (DslLibrary, DslLibraryImport)

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

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

Syntax

'Declaration
Public Sub New ( _
    source As DslLibrary, _
    target As DslLibraryImport _
)
public DslLibraryHasDslLibraryImports(
    DslLibrary source,
    DslLibraryImport target
)
public:
DslLibraryHasDslLibraryImports(
    DslLibrary^ source, 
    DslLibraryImport^ target
)
new : 
        source:DslLibrary * 
        target:DslLibraryImport -> DslLibraryHasDslLibraryImports
public function DslLibraryHasDslLibraryImports(
    source : DslLibrary, 
    target : DslLibraryImport
)

Parameters

.NET Framework Security

See Also

Reference

DslLibraryHasDslLibraryImports Class

DslLibraryHasDslLibraryImports Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace