Share via


LocalizableProperties Class

This class and its members are reserved for internal use and are not intended to be used in your code.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..LocalizableProperties
    Microsoft.VisualStudio.Data.Tools.Package.Project.Internal..::..NodeProperties

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
[<ComVisibleAttribute(true)>]
type LocalizableProperties =  
    class
        interface ICustomTypeDescriptor
    end
public class LocalizableProperties implements ICustomTypeDescriptor

The LocalizableProperties type exposes the following members.

Constructors

  Name Description
Public method LocalizableProperties Initializes a new instance of the LocalizableProperties class.

Top

Methods

  Name Description
Public method CreateDesignPropertyDescriptor
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAttributes
Public method GetClassName
Public method GetComponentName
Public method GetConverter
Public method GetDefaultEvent
Public method GetDefaultProperty
Public method GetEditor
Public method GetEvents() () () ()
Public method GetEvents(array<Attribute> [] () [] [])
Public method GetHashCode (Inherited from Object.)
Public method GetProperties() () () ()
Public method GetProperties(array<Attribute> [] () [] [])
Public method GetPropertyOwner
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace