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.
Returns the DomainClass that represents ModelElement
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 Shared Function GetModelElementDomainClass ( _
store As Store _
) As DomainClass
public static DomainClass GetModelElementDomainClass(
Store store
)
public:
static DomainClass^ GetModelElementDomainClass(
Store^ store
)
static member GetModelElementDomainClass :
store:Store -> DomainClass
public static function GetModelElementDomainClass(
store : Store
) : DomainClass
Parameters
- store
Type: Microsoft.VisualStudio.Modeling.Store
Return 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.