Task::Column Property

 

Gets or sets the column number within the file associated with the task.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int Column {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The column number of the task.

Return to top
Show: