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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.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
- 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.