CodeStatement.LinePragma Właściwość

Definicja

Pobiera lub ustawia wiersz, w którym występuje instrukcja kodu.

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

Wartość właściwości

CodeLinePragma Obiekt wskazujący kontekst instrukcji code.

Uwagi

Ta właściwość wskazuje lokalizację instrukcji kodu.

Dotyczy

Zobacz też