Creates a managed embedded space using the specified configuration element.
            
| C# | Visual Basic | Visual C++ | J# | 
protected ISpaceProxy CreateEmbeddedSpace( EmbeddedSpaceConfigurationElement config )
Protected Function CreateEmbeddedSpace ( _ config As EmbeddedSpaceConfigurationElement _ ) As ISpaceProxy
protected: ISpaceProxy^ CreateEmbeddedSpace( EmbeddedSpaceConfigurationElement^ config )
protected ISpaceProxy CreateEmbeddedSpace( EmbeddedSpaceConfigurationElement config )
- config (EmbeddedSpaceConfigurationElement)
 - Configuration to use for creating the space
 
A space proxy to the created space.
