PropertyGeneratedEventArgs.AdditionalSetStatements Propriété

Définition

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.

S’applique à

Voir aussi