Share via


Compartment.DefaultExpandCollapseState Property

Definition

Gets or sets the value of DefaultExpandCollapseState domain property. If Expanded, then the compartment is expanded on creation.

public:
 property Microsoft::VisualStudio::Modeling::DslDefinition::ExpandCollapseState DefaultExpandCollapseState { Microsoft::VisualStudio::Modeling::DslDefinition::ExpandCollapseState get(); void set(Microsoft::VisualStudio::Modeling::DslDefinition::ExpandCollapseState value); };
[Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")]
[Microsoft.VisualStudio.Modeling.DomainObjectId("686beb3f-d8d3-4e02-86d8-3ef128e823ea")]
[System.ComponentModel.DefaultValue(Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseState.Expanded)]
public Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseState DefaultExpandCollapseState { [System.Diagnostics.DebuggerStepThrough] get; [System.Diagnostics.DebuggerStepThrough] set; }
[<Microsoft.VisualStudio.Modeling.Design.CategoryResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.Category", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DescriptionResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.Description", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.Design.DisplayNameResource("Microsoft.VisualStudio.Modeling.DslDefinition.Compartment/DefaultExpandCollapseState.DisplayName", typeof(Microsoft.VisualStudio.Modeling.DslDefinition.DslDefinitionModelDomainModel), "Microsoft.VisualStudio.Modeling.DslDefinition.GeneratedCode.DomainModelResx")>]
[<Microsoft.VisualStudio.Modeling.DomainObjectId("686beb3f-d8d3-4e02-86d8-3ef128e823ea")>]
[<System.ComponentModel.DefaultValue(Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseState.Expanded)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
[<set: System.Diagnostics.DebuggerStepThrough>]
member this.DefaultExpandCollapseState : Microsoft.VisualStudio.Modeling.DslDefinition.ExpandCollapseState with get, set
Public Property DefaultExpandCollapseState As ExpandCollapseState

Property Value

Attributes

Applies to