TextPoint.DisplayColumn Property
Gets the number of the current displayed column containing the TextPoint object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property DisplayColumn As Integer
int DisplayColumn { get; }
property int DisplayColumn {
int get ();
}
abstract DisplayColumn : int with get
function get DisplayColumn () : int
Property Value
Type: System.Int32
An integer value indicating the number of the current displayed column containing the TextPoint object.
Remarks
The column numbering starts at one. The display column may be different from the value of the LineCharOffset property if the line contains tab characters. DisplayColumn uses the global setting for tab size to determine the displayed column.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples