LocalizationProviderService Class
A designer serialization provider that adds extended properties to support localization.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaración
Public MustInherit Class LocalizationProviderService
'Uso
Dim instance As LocalizationProviderService
public abstract class LocalizationProviderService
public ref class LocalizationProviderService abstract
[<AbstractClassAttribute>]
type LocalizationProviderService = class end
public abstract class LocalizationProviderService
Remarks
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.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Design.Serialization.LocalizationProviderService
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.