Specifies the localization attributes for a binary XAML (BAML) class or class member.
Assembly: PresentationCore (in PresentationCore.dll)
Syntax
<[%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_0%]([%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_1%].Class Or [%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_2%].Struct Or [%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_3%].Enum Or [%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_4%].Property Or [%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_5%].Field, AllowMultiple := False, _
Inherited := True)> _
Public NotInheritable Class LocalizabilityAttribute _
Inherits [%$TOPIC/ms602871_en-us_VS_110_2_0_0_0_6%]
[[%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_0%]([%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_1%].Class|[%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_2%].Struct|[%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_3%].Enum|[%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_4%].Property|[%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_5%].Field, AllowMultiple = false,
Inherited = true)]
public sealed class LocalizabilityAttribute : [%$TOPIC/ms602871_en-us_VS_110_2_0_1_0_6%]
[[%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_0%]([%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_1%]::Class|[%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_2%]::Struct|[%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_3%]::Enum|[%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_4%]::Property|[%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_5%]::Field, AllowMultiple = false,
Inherited = true)]
public ref class LocalizabilityAttribute sealed : public [%$TOPIC/ms602871_en-us_VS_110_2_0_2_0_6%]
[<[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_0%]>]
[<[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_1%]([%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_2%].Class|[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_3%].Struct|[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_4%].Enum|[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_5%].Property|[%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_6%].Field, AllowMultiple = false,
Inherited = true)>]
type LocalizabilityAttribute =
class
inherit [%$TOPIC/ms602871_en-us_VS_110_2_0_3_0_7%]
end
The LocalizabilityAttribute type exposes the following members.
Constructors
Top
| Name | Description | |
|---|---|---|
![]() | LocalizabilityAttribute | Initializes a new instance of the LocalizabilityAttribute class with a specified localization category. |
Properties
Top
| Name | Description | |
|---|---|---|
![]() | Category | Gets the category setting of the localization attribute's targeted value. |
![]() | Modifiability | Gets or sets the modifiability setting of the localization attribute's targeted value. |
![]() | Readability | Gets or sets the readability setting of the localization attribute's targeted value. |
![]() | TypeId | When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.) |
Methods
Top
| Name | Description | |
|---|---|---|
![]() | Equals | Infrastructure. Returns a value that indicates whether this instance is equal to a specified object. (Inherited from Attribute.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from Attribute.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsDefaultAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Inherited from Attribute.) |
![]() | Match | When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from Attribute.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Explicit Interface Implementations
Top
| Name | Description | |
|---|---|---|
![]() | _AttributeGetIDsOfNames | Maps a set of names to a corresponding set of dispatch identifiers. (Inherited from Attribute.) |
![]() | _AttributeGetTypeInfo | Retrieves the type information for an object, which can be used to get the type information for an interface. (Inherited from Attribute.) |
![]() | _AttributeGetTypeInfoCount | Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Inherited from Attribute.) |
![]() | _AttributeInvoke | Provides access to properties and methods exposed by an object. (Inherited from Attribute.) |
Remarks
This attribute can be applied to a class, property, or method.
For more information on how to use localization attributes, see Localization Attributes and Comments.
Platforms
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.gif)
.gif)
.gif)