Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the element playing SubGeometryShape domain role. Base class of this domain class.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)
Syntax
'Declaration
Public Overrides Property SubClass As DomainClass
public override DomainClass SubClass { get; set; }
public:
virtual property DomainClass^ SubClass {
DomainClass^ get () override;
void set (DomainClass^ value) override;
}
abstract SubClass : DomainClass with get, set
override SubClass : DomainClass with get, set
override function get SubClass () : DomainClass
override function set SubClass (value : DomainClass)
Property Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass
.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.