SchemaAttrAttribute Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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, 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. |
Eigenschaften
NamespaceUri |
Veraltet.
Ruft den Namespace-URI des Schema-Attributs ab. |
Tag |
Veraltet.
Ruft den Tagnamen des Schemasattributs ab. |