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 | |
---|---|---|
LocalizableProperties | Initializes a new instance of the LocalizableProperties class. |
Top
Methods
Name | Description | |
---|---|---|
CreateDesignPropertyDescriptor | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetAttributes | ||
GetClassName | ||
GetComponentName | ||
GetConverter | ||
GetDefaultEvent | ||
GetDefaultProperty | ||
GetEditor | ||
GetEvents() () () () | ||
GetEvents(array<Attribute> [] () [] []) | ||
GetHashCode | (Inherited from Object.) | |
GetProperties() () () () | ||
GetProperties(array<Attribute> [] () [] []) | ||
GetPropertyOwner | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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