CodeSnippetCompileUnit::LinePragma Property

 

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

Namespace:   System.CodeDom
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
Return to top
Show: