MemberIdentifier.IsNameChanged Propriété
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.
Spécifie si le nom du membre et le type de membre sont modifiés.
public:
property bool IsNameChanged { bool get(); void set(bool value); };
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)]
public bool IsNameChanged { get; set; }
[<System.Runtime.Serialization.DataMember(EmitDefaultValue=false, IsRequired=false)>]
member this.IsNameChanged : bool with get, set
Public Property IsNameChanged As Boolean
Valeur de propriété
true
si le nom et le type du membre ont été modifiés ; sinon, fasle
.
- Attributs