This documentation is archived and is not being maintained.
LocalizabilityAttribute Class
Visual Studio 2008
Specifies the localization attributes for a binary XAML (BAML) class or class member.
Assembly: PresentationCore (in PresentationCore.dll)
'Declaration <AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Struct Or AttributeTargets.Enum Or AttributeTargets.Property Or AttributeTargets.Field, AllowMultiple := False, _ Inherited := True)> _ Public NotInheritable Class LocalizabilityAttribute _ Inherits Attribute 'Usage Dim instance As LocalizabilityAttribute
You cannot directly create an instance of this class in XAML.
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.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: