Share via


Store.GetDomainModel<T> Method

Gets an instance of a specified domain model type.

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

Syntax

'Declaration
Public Function GetDomainModel(Of T As DomainModel) As T
'Usage
Dim instance As Store 
Dim returnValue As T

returnValue = instance.GetDomainModel()
public T GetDomainModel<T>()
where T : DomainModel
public:
generic<typename T>
where T : DomainModel
T GetDomainModel()
JScript does not support generic types or methods.

Type Parameters

  • T

Return Value

Type: T
Instance of the domain model.

.NET Framework Security

See Also

Reference

Store Class

Store Members

GetDomainModel Overload

Microsoft.VisualStudio.Modeling Namespace