ValidationMessage.Column Property

Gets the column in a line of text where the error occurs.

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

Syntax

'宣言
Public ReadOnly Property Column As Integer
'使用
Dim instance As ValidationMessage
Dim value As Integer

value = instance.Column
public int Column { get; }
public:
property int Column {
    int get ();
}
public function get Column () : int

Property Value

Type: System.Int32

The number of the column in a line of text where the error occurs.

Permissions

See Also

Reference

ValidationMessage Class

ValidationMessage Members

Microsoft.VisualStudio.Modeling.Validation Namespace