Localizable Class
Provides a property to be localized.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | Localizable() | Initializes a new instance of the Localizable class. |
| Name | Description | |
|---|---|---|
![]() | ResourceID | Gets or sets a value for the unique identifier. |
![]() | ResourceManager | Gets or sets the string value of the ResourceManager control. |
![]() | Value | Gets or sets the value of the property. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue() | Retrieves the value of the property with the default property values. |
![]() | GetValue(Type^) | Gets the type with the specified type. |
![]() | GetValue<T>() | Retrieves the value associated with the property. |
![]() | Initialize(IServiceProvider^) | Initializes an instance with an existing IServiceProvider interface. This class cannot be inherited. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


