DomainDataDirectory.FindDomainModel Method (Type)
Finds a domain model by specifying its implementation type.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public Function FindDomainModel ( _
type As Type _
) As DomainModelInfo
public DomainModelInfo FindDomainModel(
Type type
)
public:
DomainModelInfo^ FindDomainModel(
Type^ type
)
member FindDomainModel :
type:Type -> DomainModelInfo
public function FindDomainModel(
type : Type
) : DomainModelInfo
Parameters
type
Type: TypeThe implementation type for the domain model.
Return Value
Type: Microsoft.VisualStudio.Modeling.DomainModelInfo
A DomainModelInfo object with the specified ID or null if not found.
Remarks
If the domain model is not found, nulla null reference (Nothing in Visual Basic) is returned.
.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.