Share via


LocalizableProperties Class

Represents localizable properties.

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
Public MustInherit Class LocalizableProperties _
    Implements ICustomTypeDescriptor
'Usage
Dim instance As LocalizableProperties
[ComVisibleAttribute(true)]
public abstract class LocalizableProperties : ICustomTypeDescriptor
[ComVisibleAttribute(true)]
public ref class LocalizableProperties abstract : ICustomTypeDescriptor
public abstract class LocalizableProperties implements ICustomTypeDescriptor
[<AbstractClassAttribute>]
[<ComVisibleAttribute(true)>]
type LocalizableProperties =  
    class
        interface ICustomTypeDescriptor
    end

Remarks

Derive from this class to override your standard custom type descriptor implementation and return a set of wrapped, localizable properties.

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.Common.UI.PropertyGridUtilities.LocalizableProperties
    Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.Properties.DatabaseSchemaViewNodeProperties

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.Data.Schema.Sql.Common.UI.PropertyGridUtilities Namespace