Freigeben über


SchemaAttrAttribute Klasse

Definition

Achtung

This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.

Definiert das Attribut, das verwendet wird, um eine Eigenschaft für die entsprechenden Attributinformationen zu ergänzen.

public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")>]
type SchemaAttrAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SchemaAttrAttribute = class
    inherit Attribute
Public NotInheritable Class SchemaAttrAttribute
Inherits Attribute
Vererbung
SchemaAttrAttribute
Attribute

Konstruktoren

SchemaAttrAttribute(Byte, String)
Veraltet.

Initialisiert eine neue instance von SchemaAttrAttribute.

SchemaAttrAttribute(String)
Veraltet.

Definiert das Attribut, das verwendet wird, um eine Eigenschaft für die entsprechenden Attributinformationen zu ergänzen.

SchemaAttrAttribute(String, String)
Veraltet.

Initialisiert eine neue instance von SchemaAttrAttribute.

Eigenschaften

NamespaceUri
Veraltet.

Ruft den Namespace-URI des Schema-Attributs ab.

Tag
Veraltet.

Ruft den Tagnamen des Schemasattributs ab.

Gilt für: