CodeTypeMember::LinePragma Property
.NET Framework (current version)
Gets or sets the line on which the type member statement occurs.
Assembly: System (in System.dll)
public: property CodeLinePragma^ LinePragma { CodeLinePragma^ get(); void set(CodeLinePragma^ value); }
Property Value
Type: System.CodeDom::CodeLinePragma^A CodeLinePragma object that indicates the location of the type member declaration.
This property indicates the location of the type member declaration. This property can be used for error reporting and debugging. The location of the type member declaration can be useful when code is generated based on a template file.
Caution |
|---|
This value is null by default and should be checked for content before being referenced. |
.NET Framework
Available since 1.1
Available since 1.1
Show:
