DiagramElement.DslLibrary Property
This member overrides DomainClass.DslLibrary.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property DslLibrary As DslLibrary
'Usage
Dim instance As DiagramElement
Dim value As DslLibrary
value = instance.DslLibrary
public override DslLibrary DslLibrary { get; }
public:
virtual property DslLibrary^ DslLibrary {
DslLibrary^ get () override;
}
public override function get DslLibrary () : DslLibrary
Property 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.