DomainModelInfo.ImplementationType Property

Gets the implementation type of this domain model.

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

Syntax

'宣言
Public ReadOnly Property ImplementationType As Type
'使用
Dim instance As DomainModelInfo
Dim value As Type

value = instance.ImplementationType
public Type ImplementationType { get; }
public:
property Type^ ImplementationType {
    Type^ get ();
}
public function get ImplementationType () : Type

Property Value

Type: System.Type

The type for this domain model.

Permissions

See Also

Reference

DomainModelInfo Class

DomainModelInfo Members

Microsoft.VisualStudio.Modeling Namespace