DslLibraryHasDslLibraryImports.GetDslLibraryImports Method
Gets a list of DslLibraryImports.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'宣言
Public Shared Function GetDslLibraryImports ( _
element As DslLibrary _
) As LinkedElementCollection(Of DslLibraryImport)
public static LinkedElementCollection<DslLibraryImport> GetDslLibraryImports(
DslLibrary element
)
public:
static LinkedElementCollection<DslLibraryImport^>^ GetDslLibraryImports(
DslLibrary^ element
)
static member GetDslLibraryImports :
element:DslLibrary -> LinkedElementCollection<DslLibraryImport>
public static function GetDslLibraryImports(
element : DslLibrary
) : LinkedElementCollection<DslLibraryImport>
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Return 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.