Udostępnij za pośrednictwem


PropertyGeneratedEventArgs.AdditionalSetStatements Właściwość

Definicja

Pobiera instrukcje List(CodeStatement) zestawu do dodania do właściwości .

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)

Wartość właściwości

Kolekcja zawierająca instrukcje zestawu, które mają zostać dodane do właściwości.

Uwagi

Służy List(CodeStatement) do określania instrukcji w celu dodania do zestawu metody dostępu właściwości. Instrukcje są wstawiane po podniesieniu OnPropertyGenerated zdarzenia.

Dotyczy

Zobacz też