SerializationMessage.Column Property

Column number of the message.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Property Column As Integer
public int Column { get; set; }
public:
property int Column {
    int get ();
    void set (int value);
}
member Column : int with get, set
function get Column () : int 
function set Column (value : int)

Property Value

Type: Int32

.NET Framework Security

See Also

Reference

SerializationMessage Class

Microsoft.VisualStudio.Modeling Namespace