Share via


DslDefinesExplorer.Explorer Property

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)

Syntax

'Declaration
<DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.DisplayName",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
<DomainRoleAttribute(DomainRoleOrder.Target, PropertyName := "Dsl", PropertyDisplayNameKey := "Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.PropertyDisplayName",  _
    PropagatesDelete := True, Multiplicity := Multiplicity.One)> _
<DomainObjectIdAttribute("9a933160-cdb7-4b14-92e3-81a3193f5f29")> _
<DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.Description",  _
    GetType(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")> _
Public Property Explorer As Explorer
'Usage
Dim instance As DslDefinesExplorer 
Dim value As Explorer 

value = instance.Explorer

instance.Explorer = value
[DisplayNameResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.DisplayName", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder.Target, PropertyName = "Dsl", PropertyDisplayNameKey = "Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity.One)]
[DomainObjectIdAttribute("9a933160-cdb7-4b14-92e3-81a3193f5f29")]
[DescriptionResourceAttribute("Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.Description", 
    typeof(DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public Explorer Explorer { get; set; }
[DisplayNameResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.DisplayName", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[DomainRoleAttribute(DomainRoleOrder::Target, PropertyName = L"Dsl", PropertyDisplayNameKey = L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.PropertyDisplayName", 
    PropagatesDelete = true, Multiplicity = Multiplicity::One)]
[DomainObjectIdAttribute(L"9a933160-cdb7-4b14-92e3-81a3193f5f29")]
[DescriptionResourceAttribute(L"Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinesExplorer/Explorer.Description", 
    typeof(DslDefinitionModelDomainModel), L"Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
public:
property Explorer^ Explorer {
    Explorer^ get ();
    void set (Explorer^ value);
}
public function get Explorer () : Explorer 
public function set Explorer (value : Explorer)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.Explorer

.NET Framework Security

See Also

Reference

DslDefinesExplorer Class

DslDefinesExplorer Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace