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.
Finds a ___domain model by specifying its implementation type.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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: System.Type
The 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.