Share via


ElementTreeNode.ShowDomainClass Property

Gets or sets whether to show the DomainClass Name after the ModelElement name in the tree node text. For example, "myElement (MyClass)". Might be ignored if the node type does not represent model elements.

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

Syntax

'Declaration
Public Property ShowDomainClass As Boolean
public bool ShowDomainClass { get; set; }
public:
property bool ShowDomainClass {
    bool get ();
    void set (bool value);
}
member ShowDomainClass : bool with get, set
function get ShowDomainClass () : boolean
function set ShowDomainClass (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ElementTreeNode Class

Microsoft.VisualStudio.Modeling.Shell Namespace