Enables full design time support for the specified EntityManager type.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Sub EnableDesignTimeSupport(Of T As IdeaBlade.EntityModel.EntityManager)() |
Visual Basic (Usage) | Copy Code |
---|
DesignTime.EnableDesignTimeSupport(Of T)() |
C# | |
---|
public static void EnableDesignTimeSupport<T>()
where T: IdeaBlade.EntityModel.EntityManager |
C++/CLI | |
---|
public:
static void EnableDesignTimeSupportgeneric<typename T>
();
where T: IdeaBlade.EntityModel.EntityManager |
Type Parameters
- T
- The type of EntityManager needing design time support.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also