LocalizableProperties Class
Visual Studio 2012
LocalizableProperties provides a class that supplies custom type information on localizable properties for an object.
Object
Microsoft.VisualStudio.Shell.LocalizableProperties
Microsoft.VisualStudio.Package.DocumentProperties
Microsoft.VisualStudio.Shell.LocalizableProperties
Microsoft.VisualStudio.Package.DocumentProperties
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
The LocalizableProperties type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LocalizableProperties | This default constructor creates a LocalizableProperties object. |
| Name | Description | |
|---|---|---|
![]() | CreateDesignPropertyDescriptor | Returns a DesignPropertyDescriptor wrapper on the given property descriptor. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAttributes | Gets a collection of attributes for this component. |
![]() | GetClassName | Returns the class name of this object. |
![]() | GetComponentName | Returns the name of this object. |
![]() | GetConverter | Returns a type converter for this object. |
![]() | GetDefaultEvent | Returns the default event for this object. |
![]() | GetDefaultProperty | Gets the default property for a component. |
![]() | GetEditor | Retrieves the editor for this object. |
![]() | GetEvents() | Gets the collection of events for a specified component. |
![]() | GetEvents(Attribute[]) | Gets the collection of events for a specified component using a specified array of attributes as a filter. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetProperties() | Gets the collection of properties. |
![]() | GetProperties(Attribute[]) | Returns the properties for selected object using the attribute array as a filter. |
![]() | GetPropertyOwner | Returns the brows-able object. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
