Share via


ModelElementTreeNode.ShowDomainClass Property

Gets or sets the domain class name and verifies whether it should appear next to the element name in the node.

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

Syntax

'Declaration
Public Property ShowDomainClass As Boolean
'Usage
Dim instance As ModelElementTreeNode 
Dim value As Boolean 

value = instance.ShowDomainClass

instance.ShowDomainClass = value
public bool ShowDomainClass { get; set; }
public:
property bool ShowDomainClass {
    bool get ();
    void set (bool value);
}
public function get ShowDomainClass () : boolean 
public function set ShowDomainClass (value : boolean)

Property Value

Type: System.Boolean
true if the domain class name should appear next to the element name in the node; otherwise, false.

.NET Framework Security

See Also

Reference

ModelElementTreeNode Class

ModelElementTreeNode Members

Microsoft.VisualStudio.Modeling.Shell Namespace