Udostępnij za pośrednictwem


CodeIterationStatement.InitStatement Właściwość

Definicja

Pobiera lub ustawia instrukcję inicjowania pętli.

public:
 property System::CodeDom::CodeStatement ^ InitStatement { System::CodeDom::CodeStatement ^ get(); void set(System::CodeDom::CodeStatement ^ value); };
public System.CodeDom.CodeStatement InitStatement { get; set; }
member this.InitStatement : System.CodeDom.CodeStatement with get, set
Public Property InitStatement As CodeStatement

Wartość właściwości

Element CodeStatement wskazujący instrukcję inicjowania pętli.

Uwagi

Możesz określić pustą instrukcję inicjowania, ustawiając tę właściwość na CodeExpressionStatement wartość zawierającą CodeSnippetExpression pusty ciąg.

Dotyczy