Share via


PropertyGeneratedEventArgs.AdditionalGetStatements Propiedad

Definición

Obtiene un objeto List(CodeStatement) que contiene las instrucciones get que se agregarán a la propiedad.

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)

Valor de propiedad

Una colección que contiene las instrucciones get que se agregarán a la propiedad.

Comentarios

List(CodeStatement) se usa para especificar instrucciones que se van a agregar al descriptor de acceso get de la propiedad . Las instrucciones se insertan una vez generado el evento OnPropertyGenerated.

Se aplica a

Consulte también