TextChangeProposal.StartLine, propriété
Obtient ou définit la première ligne de cette modification.
Espace de noms : Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly : Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Déclaration
Public Property StartLine As Integer
Get
Set
public int StartLine { get; set; }
public:
property int StartLine {
int get ();
void set (int value);
}
member StartLine : int with get, set
function get StartLine () : int
function set StartLine (value : int)
Valeur de propriété
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms