CodeSnippetCompileUnit::LinePragma Property
.NET Framework (current version)
Gets or sets the line and file information about where the code is located in a source code document.
Assembly: System (in System.dll)
public: property CodeLinePragma^ LinePragma { CodeLinePragma^ get(); void set(CodeLinePragma^ value); }
Property Value
Type: System.CodeDom::CodeLinePragma^A CodeLinePragma that indicates the position of the code fragment.
.NET Framework
Available since 1.1
Available since 1.1
Show: