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