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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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: Boolean
.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.