LocalizableProperties Class
LocalizableProperties provides a class that supplies custom type information on localizable properties for an object.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Class LocalizableProperties _
Implements ICustomTypeDescriptor
'Usage
Dim instance As LocalizableProperties
[ComVisibleAttribute(true)]
public class LocalizableProperties : ICustomTypeDescriptor
[ComVisibleAttribute(true)]
public ref class LocalizableProperties : ICustomTypeDescriptor
public class LocalizableProperties implements ICustomTypeDescriptor
Remarks
Typically, this class is used when an object needs dynamic localizable property information. This class can be used as a base class for project or document properties which are displayed in the Properties Window when the document or project file is active.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.LocalizableProperties
Microsoft.VisualStudio.Package.DocumentProperties
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.