ExplorerBehavior.DslLibrary Property
Gets or sets DslLibrary. Dsl library defining the explorer behavior.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.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
- 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.