[AttributeUsageAttribute(AttributeTargets.All)]
public sealed class LocalizableDescriptionAttribute : DescriptionAttribute
<AttributeUsageAttribute(AttributeTargets.All)>
Public NotInheritable Class LocalizableDescriptionAttribute
Inherits DescriptionAttribute
[AttributeUsageAttribute(AttributeTargets::All)]
public ref class LocalizableDescriptionAttribute sealed : public DescriptionAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.All)>]
type LocalizableDescriptionAttribute =
class
inherit DescriptionAttribute
end
LocalizableDescriptionAttribute(String) | Инициализирует новый экземпляр класса LocalizableDescriptionAttribute |
LocalizableDescriptionAttribute(String, String) | Инициализирует новый экземпляр класса LocalizableDescriptionAttribute |
LocalizableDescriptionAttribute(Type, String) | Инициализирует новый экземпляр класса LocalizableDescriptionAttribute |
Description | (Переопределяет DescriptionAttributeDescription) |
DescriptionValue | Gets or sets the string stored as the description. (Унаследован от DescriptionAttribute) |
ResourceName | |
ResourceType | |
TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Унаследован от Attribute) |
Equals | Returns whether the value of the given object is equal to the current DescriptionAttribute. (Унаследован от DescriptionAttribute) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Returns the hash code for this instance. (Унаследован от DescriptionAttribute) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
IsDefaultAttribute | Returns a value indicating whether this is the default DescriptionAttribute instance. (Унаследован от DescriptionAttribute) |
Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Унаследован от Attribute) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |