Partager via


SchemaImporterExtensionElement.Type Propriété

Définition

Obtient ou définit le type de l'extension.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 property Type ^ Type { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))]
[System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)]
public Type Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Xml.Serialization.Configuration.SchemaImporterExtensionElement+TypeTypeConverter))>]
[<System.Configuration.ConfigurationProperty("type", IsKey=false, IsRequired=true)>]
member this.Type : Type with get, set
Public Property Type As Type

Valeur de propriété

Type de l'extension.

Attributs

S’applique à