XmlLangPropertyAttribute Clase
Definición
public ref class XmlLangPropertyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class XmlLangPropertyAttribute : Attribute
type XmlLangPropertyAttribute = class
inherit Attribute
Public NotInheritable Class XmlLangPropertyAttribute
Inherits Attribute
- Herencia
- Atributos
Comentarios
En las versiones anteriores de la .NET Framework, esta clase existía en el ensamblado específico de WPF WindowsBase.In previous versions of the .NET Framework, this class existed in the WPF-specific assembly WindowsBase. En .NET Framework 4.NET Framework 4 ,XmlLangPropertyAttribute está en el ensamblado System. Xaml.In .NET Framework 4.NET Framework 4, XmlLangPropertyAttribute is in the System.Xaml assembly. Para obtener más información, consulta Types Migrated from WPF to System.Xaml.For more information, see Types Migrated from WPF to System.Xaml.
Constructores
XmlLangPropertyAttribute(String) |
Inicializa una nueva instancia de la clase XmlLangPropertyAttribute.Initializes a new instance of the XmlLangPropertyAttribute class. |
Propiedades
Name |
Obtiene el nombre de la propiedad que se especifica en este atributo.Gets the name of the property that is specified in this attribute. |
TypeId |
Cuando se implementa en una clase derivada, obtiene un identificador único para este Attribute.When implemented in a derived class, gets a unique identifier for this Attribute. (Heredado de Attribute) |
Métodos
Equals(Object) |
Devuelve un valor que indica si esta instancia es igual que un objeto especificado.Returns a value that indicates whether this instance is equal to a specified object. (Heredado de Attribute) |
GetHashCode() |
Devuelve el código hash de esta instancia.Returns the hash code for this instance. (Heredado de Attribute) |
GetType() |
Obtiene el Type de la instancia actual.Gets the Type of the current instance. (Heredado de Object) |
IsDefaultAttribute() |
Si se reemplaza en una clase derivada, indica si el valor de esta instancia es el valor predeterminado de la clase derivada.When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. (Heredado de Attribute) |
Match(Object) |
Cuando se invalida en una clase derivada, devuelve un valor que indica si esta instancia es igual a un objeto especificado.When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Heredado de Attribute) |
MemberwiseClone() |
Crea una copia superficial del Object actual.Creates a shallow copy of the current Object. (Heredado de Object) |
ToString() |
Devuelve un valor de tipo string que representa el objeto actual.Returns a string that represents the current object. (Heredado de Object) |
Implementaciones de interfaz explícitas
_Attribute.GetIDsOfNames(Guid, IntPtr, UInt32, UInt32, IntPtr) |
Asigna un conjunto de nombres a un conjunto correspondiente de identificadores de envío.Maps a set of names to a corresponding set of dispatch identifiers. (Heredado de Attribute) |
_Attribute.GetTypeInfo(UInt32, UInt32, IntPtr) |
Obtiene la información de tipos de un objeto, que puede utilizarse para obtener la información de tipos de una interfaz.Retrieves the type information for an object, which can be used to get the type information for an interface. (Heredado de Attribute) |
_Attribute.GetTypeInfoCount(UInt32) |
Recupera el número de interfaces de información de tipo que proporciona un objeto (0 ó 1).Retrieves the number of type information interfaces that an object provides (either 0 or 1). (Heredado de Attribute) |
_Attribute.Invoke(UInt32, Guid, UInt32, Int16, IntPtr, IntPtr, IntPtr, IntPtr) |
Proporciona acceso a las propiedades y los métodos expuestos por un objeto.Provides access to properties and methods exposed by an object. (Heredado de Attribute) |
Se aplica a
Consulte también:
- Atributos de CLR relacionados con XAML para los tipos y bibliotecas personalizadosXAML-Related CLR Attributes For Custom Types and Libraries
- Definir tipos personalizados para usarlos con los servicios XAML de .NET FrameworkDefining Custom Types for Use with .NET Framework XAML Services
- Documentación conceptual de servicios XAML de .netNET XAML Services Conceptual Documentation
- Control de xml:lang en XAMLxml:lang Handling in XAML