LocalizableProperties Class

Supplies custom type information about localizable properties for an object.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.LocalizableProperties
    Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.NodeProperties

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

LocalizableProperties Members

Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace