Localizable Class

Definition

Provides a property to be localized.

public ref class Localizable : Microsoft::SqlServer::Management::IInitializable
[System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")]
[System.Serializable]
public class Localizable : Microsoft.SqlServer.Management.IInitializable
[<System.CodeDom.Compiler.GeneratedCode("xsd", "4.0.30319.33440")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/SqlServer/Management/Registration")>]
[<System.Serializable>]
type Localizable = class
    interface IInitializable
Public Class Localizable
Implements IInitializable
Inheritance
Localizable
Attributes
Implements

Constructors

Localizable()

Initializes a new instance of the Localizable class.

Properties

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.

Methods

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.

Applies to