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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.