PropertyGeneratedEventArgs.AdditionalGetStatements 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 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.