DslHasDiagram.DslLibrary Property
Gets the element playing Dsl domain role. Reference types defined by the DSL library.
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 Overrides NotOverridable Property DslLibrary As DslLibrary
public override sealed DslLibrary DslLibrary { get; set; }
public:
virtual property DslLibrary^ DslLibrary {
DslLibrary^ get () override sealed;
void set (DslLibrary^ value) override sealed;
}
abstract DslLibrary : DslLibrary with get, set
override DslLibrary : DslLibrary with get, set
override final function get DslLibrary () : DslLibrary
override final function set DslLibrary (value : 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.