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)

System.Object
  Microsoft.VisualStudio.Shell.Design.Serialization.LocalizationProviderService

public abstract class LocalizationProviderService

NameDescription
System_CAPS_protmethodLocalizationProviderService()

Creates a new instance of a LocalizationProviderService.

NameDescription
System_CAPS_pubmethodCreateProvider(IDesignerSerializationManager)

Creates a provider for the given serialization manager.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: