LocalizationProviderService Class
A designer serialization provider that adds extended properties to support localization.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Shell.Design.Serialization.LocalizationProviderService
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public MustInherit Class LocalizationProviderService
public abstract class LocalizationProviderService
public ref class LocalizationProviderService abstract
[<AbstractClass>]
type LocalizationProviderService = class end
public abstract class LocalizationProviderService
The LocalizationProviderService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LocalizationProviderService | Creates a new instance of a LocalizationProviderService. |
Top
Methods
Name | Description | |
---|---|---|
CreateProvider | Creates a provider for the given serialization manager. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.
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.