BaseShape.DslLibrary Property

Gets or sets DslLibrary. Dsl library defining the shape.

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 Property DslLibrary As DslLibrary
public DslLibrary DslLibrary { get; set; }
public:
property DslLibrary^ DslLibrary {
    DslLibrary^ get ();
    void set (DslLibrary^ value);
}
member DslLibrary : DslLibrary with get, set
function get DslLibrary () : DslLibrary 
function set DslLibrary (value : DslLibrary)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary

.NET Framework Security

See Also

Reference

BaseShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace