PropertyGeneratedEventArgs.AdditionalGetStatements Propriété

Définition

Obtient List(CodeStatement) qui contient les instructions Get à ajouter à la propriété.

public:
 property System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ AdditionalGetStatements { System::Collections::Generic::List<System::CodeDom::CodeStatement ^> ^ get(); };
public System.Collections.Generic.List<System.CodeDom.CodeStatement> AdditionalGetStatements { get; }
member this.AdditionalGetStatements : System.Collections.Generic.List<System.CodeDom.CodeStatement>
Public ReadOnly Property AdditionalGetStatements As List(Of CodeStatement)

Valeur de propriété

Collection qui contient les instructions Get à ajouter à la propriété.

Remarques

List(CodeStatement) est utilisé pour spécifier des instructions à ajouter à l’accesseur get de la propriété . Les instructions sont insérées après le déclenchement de l'événement OnPropertyGenerated.

S’applique à

Voir aussi