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

‘선언
Public MustInherit Class LocalizationProviderService
‘사용 방법
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.

See Also

Reference

LocalizationProviderService Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace