Udostępnij za pośrednictwem


PropertyGeneratedEventArgs.AdditionalGetStatements Właściwość

Definicja

Pobiera obiekt List(CodeStatement) zawierający instrukcje get, które mają zostać dodane do właściwości .

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)

Wartość właściwości

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

Uwagi

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

Dotyczy

Zobacz też