Udostępnij za pośrednictwem


CodeConditionStatement.TrueStatements Właściwość

Definicja

Pobiera kolekcję instrukcji do wykonania, jeśli wyrażenie warunkowe zwróci wartość true.

public:
 property System::CodeDom::CodeStatementCollection ^ TrueStatements { System::CodeDom::CodeStatementCollection ^ get(); };
public System.CodeDom.CodeStatementCollection TrueStatements { get; }
member this.TrueStatements : System.CodeDom.CodeStatementCollection
Public ReadOnly Property TrueStatements As CodeStatementCollection

Wartość właściwości

Element CodeStatementCollection zawierający instrukcje do wykonania, jeśli wyrażenie warunkowe zwróci truewartość .

Dotyczy

Zobacz też