CoreStrings.CannotMarkShared(Object) 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.
Le type « {type} » ne peut pas être marqué comme un type partagé, car un type d’entité avec le même type CLR existe déjà dans le modèle.
public static string CannotMarkShared(object type);
public static string CannotMarkShared(object? type);
static member CannotMarkShared : obj -> string
Public Shared Function CannotMarkShared (type As Object) As String
Paramètres
- type
- Object