Share via


DslLibraryBase.DslLibraryImports Property

Gets a list of DslLibraryImports. Description for Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryHasDslLibraryImports.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 Overridable ReadOnly Property DslLibraryImports As LinkedElementCollection(Of DslLibraryImport)
public virtual LinkedElementCollection<DslLibraryImport> DslLibraryImports { get; }
public:
virtual property LinkedElementCollection<DslLibraryImport^>^ DslLibraryImports {
    LinkedElementCollection<DslLibraryImport^>^ get ();
}
abstract DslLibraryImports : LinkedElementCollection<DslLibraryImport> with get 
override DslLibraryImports : LinkedElementCollection<DslLibraryImport> with get
function get DslLibraryImports () : LinkedElementCollection<DslLibraryImport>

Property Value

Type: Microsoft.VisualStudio.Modeling.LinkedElementCollection<DslLibraryImport>

.NET Framework Security

See Also

Reference

DslLibraryBase Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace