Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets 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 Shared Function GetDslLibrary ( _
    element As Connector _
) As DslLibrary
public static DslLibrary GetDslLibrary(
    Connector element
)
public:
static DslLibrary^ GetDslLibrary(
    Connector^ element
)
static member GetDslLibrary : 
        element:Connector -> DslLibrary
public static function GetDslLibrary(
    element : Connector
) : DslLibrary
Parameters
- element
 Type: Microsoft.VisualStudio.Modeling.DslDefinition.Connector
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
.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.