Localizable Class

 

Provides a property to be localized.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

System::Object
  Microsoft.SqlServer.Management::Localizable

[SerializableAttribute]
[DebuggerStepThroughAttribute]
[GeneratedCodeAttribute("xsd", "4.0.30319.33440")]
[DesignerCategoryAttribute("code")]
[XmlTypeAttribute(Namespace = "http://schemas.microsoft.com/SqlServer/Management/Registration")]
public ref class Localizable : IInitializable

NameDescription
System_CAPS_pubmethodLocalizable()

Initializes a new instance of the Localizable class.

NameDescription
System_CAPS_pubpropertyResourceID

Gets or sets a value for the unique identifier.

System_CAPS_pubpropertyResourceManager

Gets or sets the string value of the ResourceManager control.

System_CAPS_pubpropertyValue

Gets or sets the value of the property.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodGetValue()

Retrieves the value of the property with the default property values.

System_CAPS_pubmethodGetValue(Type^)

Gets the type with the specified type.

System_CAPS_pubmethodGetValue<T>()

Retrieves the value associated with the property.

System_CAPS_pubmethodInitialize(IServiceProvider^)

Initializes an instance with an existing IServiceProvider interface. This class cannot be inherited.

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: