EndColumn Property
Gets or sets {insert text here}.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Property EndColumn As Integer
Get
Private Set
'Usage
Dim instance As CompilerBuildEvent
Dim value As Integer
value = instance.EndColumn
public int EndColumn { get; private set; }
public:
property int EndColumn {
int get ();
private: void set (int value);
}
member EndColumn : int with get, private set
function get EndColumn () : int
private function set EndColumn (value : int)
Property Value
Type: System..::..Int32
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace