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