LocalizationProviderService Class
A designer serialization provider that adds extended properties to support localization.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | LocalizationProviderService() | Creates a new instance of a LocalizationProviderService. |
| Name | Description | |
|---|---|---|
![]() | CreateProvider(IDesignerSerializationManager) | Creates a provider for the given serialization manager. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
The provider LocalizationProviderService creates has two jobs:
To retrieve a LocalizationProviderService the Visual Studio CodeDomDesignerLoader first queries its service provider for a type of LocalizationProviderService. If it cannot find one it attempts to create one. If the service cannot supply an adapter a default provider that supports IResourceService and adds the Language and Localizable properties will be provided.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

