LocalizationProviderService::CreateProvider Method (IDesignerSerializationManager^)
Visual Studio 2015
Creates a provider for the given serialization manager.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
public: virtual IDesignerSerializationProvider^ CreateProvider( IDesignerSerializationManager^ manager ) abstract
Parameters
- manager
-
Type:
System.ComponentModel.Design.Serialization::IDesignerSerializationManager^
A serialization manager.
After creation the designer will add the provider to the list of serializers. If a service does not exist or returns null, the designer loader may create its own resource adapter.
Show: