Propriedade TextChangeProposal.EndColumn
Obtém ou define a coluna final dessa mudança.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintaxe
'Declaração
Public Property EndColumn As Integer
Get
Set
public int EndColumn { get; set; }
public:
property int EndColumn {
int get ();
void set (int value);
}
member EndColumn : int with get, set
function get EndColumn () : int
function set EndColumn (value : int)
Valor de propriedade
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring