ConventionSet.Remove Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
Remove(Type) |
Supprime la convention du type donné. |
Remove<TConvention>(IList<TConvention>, Type) |
Supprime une convention existante. |
Remove<TConvention>(List<TConvention>, Type) |
Supprime une convention existante. |
Remove(Type)
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
Supprime la convention du type donné.
public virtual void Remove (Type conventionType);
abstract member Remove : Type -> unit
override this.Remove : Type -> unit
Public Overridable Sub Remove (conventionType As Type)
Paramètres
- conventionType
- Type
Type de convention à supprimer.
S’applique à
Remove<TConvention>(IList<TConvention>, Type)
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
Supprime une convention existante.
public static bool Remove<TConvention> (System.Collections.Generic.IList<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.IList<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As IList(Of TConvention), existingConventionType As Type) As Boolean
Paramètres de type
- TConvention
Type de convention en cours de suppression.
Paramètres
- conventionsList
- IList<TConvention>
Liste des instances de convention existantes à analyser.
- existingConventionType
- Type
Type de la convention existante.
Retours
true
si la convention a été supprimée.
S’applique à
Remove<TConvention>(List<TConvention>, Type)
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
- Source:
- ConventionSet.cs
Supprime une convention existante.
public static bool Remove<TConvention> (System.Collections.Generic.List<TConvention> conventionsList, Type existingConventionType);
static member Remove : System.Collections.Generic.List<'Convention> * Type -> bool
Public Shared Function Remove(Of TConvention) (conventionsList As List(Of TConvention), existingConventionType As Type) As Boolean
Paramètres de type
- TConvention
Type de convention en cours de suppression.
Paramètres
- conventionsList
- List<TConvention>
Liste des instances de convention existantes à analyser.
- existingConventionType
- Type
Type de la convention existante.
Retours
true
si la convention a été supprimée.