LocalizationProviderService::CreateProvider Method (IDesignerSerializationManager^)

 

Creates a provider for the given serialization manager.

Namespace:   Microsoft.VisualStudio.Shell.Design.Serialization
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.

Return to top
Show: