Share via


CompartmentMap.ElementsDisplayed Property

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

Syntax

'Declaration
Public Property ElementsDisplayed As DomainPath
'Usage
Dim instance As CompartmentMap 
Dim value As DomainPath 

value = instance.ElementsDisplayed

instance.ElementsDisplayed = value
public DomainPath ElementsDisplayed { get; set; }
public:
property DomainPath^ ElementsDisplayed {
    DomainPath^ get ();
    void set (DomainPath^ value);
}
public function get ElementsDisplayed () : DomainPath 
public function set ElementsDisplayed (value : DomainPath)

Property Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath

.NET Framework Security

See Also

Reference

CompartmentMap Class

CompartmentMap Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace