PropertyGeneratedEventArgs.AdditionalSetStatements 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.
Obtient List(CodeStatement)
qui contient les instructions Set à ajouter à la propriété.
public:
property System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ AdditionalSetStatements { System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeStatement> AdditionalSetStatements { get; }
member this.AdditionalSetStatements : System.Collections.Generic.List<System.CodeDom.CodeStatement>
Public ReadOnly Property AdditionalSetStatements As List(Of CodeStatement)
Valeur de propriété
Collection qui contient les instructions Set à ajouter à la propriété.
Remarques
List(CodeStatement)
est utilisé pour spécifier des instructions à ajouter à l’accesseur set de la propriété . Les instructions sont insérées après le déclenchement de l'événement OnPropertyGenerated.