This topic has not yet been rated - Rate this topic

CodeSnippetCompileUnit.LinePragma Property

Gets or sets the line and file information about where the code is located in a source code document.

[Visual Basic]
Public Property LinePragma As CodeLinePragma
[C#]
public CodeLinePragma LinePragma {get; set;}
[C++]
public: __property CodeLinePragma* get_LinePragma();
public: __property void set_LinePragma(CodeLinePragma*);
[JScript]
public function get LinePragma() : CodeLinePragma;
public function set LinePragma(CodeLinePragma);

Property Value

A CodeLinePragma that indicates the position of the code fragment.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

CodeSnippetCompileUnit Class | CodeSnippetCompileUnit Members | System.CodeDom Namespace | CodeLinePragma

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.