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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
property int Column {
	int get();
}

Property Value

Type: System::Int32

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

Return to top
Show: