DslDefinesExplorerBehavior.Dsl Property
DomainRole Dsl Explorer behavior defined by the DSL library.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName := "ExplorerBehavior", _
PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.PropertyDisplayName", _
PropagatesCopy := PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer, _
Multiplicity := Multiplicity.ZeroOne)> _
<DomainObjectIdAttribute("507c8218-9de4-48ad-814f-52ebfb0e5d73")> _
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.DisplayName", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.Description", _
GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Dsl As DslLibrary
[DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "ExplorerBehavior",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)]
[DomainObjectIdAttribute("507c8218-9de4-48ad-814f-52ebfb0e5d73")]
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public DslLibrary Dsl { get; set; }
[DomainRoleAttribute(DomainRoleOrder::Source, PropertyName = L"ExplorerBehavior",
PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption::PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity::ZeroOne)]
[DomainObjectIdAttribute(L"507c8218-9de4-48ad-814f-52ebfb0e5d73")]
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.DisplayName",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.Description",
typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property DslLibrary^ Dsl {
DslLibrary^ get ();
void set (DslLibrary^ value);
}
[<DomainRoleAttribute(DomainRoleOrder.Source, PropertyName = "ExplorerBehavior",
PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.PropertyDisplayName",
PropagatesCopy = PropagatesCopyOption.PropagatesCopyToLinkAndOppositeRolePlayer,
Multiplicity = Multiplicity.ZeroOne)>]
[<DomainObjectIdAttribute("507c8218-9de4-48ad-814f-52ebfb0e5d73")>]
[<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.DisplayName",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorerBehavior/Dsl.Description",
typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
member Dsl : DslLibrary with get, set
function get Dsl () : DslLibrary
function set Dsl (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.