Metodo IVsaCodeItem.AppendSourceText
Aggiunge il testo specificato alla fine dell'elemento di codice.
Spazio dei nomi: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Sintassi
'Dichiarazione
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
Sub AppendSourceText ( _
text As String _
)
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
void AppendSourceText(
string text
)
[PermissionSetAttribute(SecurityAction::LinkDemand, Name = L"FullTrust")]
void AppendSourceText(
String^ text
)
[<PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")>]
abstract AppendSourceText :
text:string -> unit
function AppendSourceText(
text : String
)
Parametri
text
Tipo: StringTesto da aggiungere all'elemento di codice.
Note
Testo di origine aggiunto non viene sottoposto a convalida. Per questo motivo, errori, se presente, verranno generati durante la successiva chiamata al metodo IVsaEngine.
Il testo di origine aggiunto viene fornito come una singola stringa. La stringa richiede alcuna formattazione, è necessario fornire.