IJSVsaCodeItem.SourceText Propiedad

Definición

Obtiene o establece el texto de un elemento de código especificado, incluido el código generado automáticamente, si lo hubiera.

public:
 property System::String ^ SourceText { System::String ^ get(); void set(System::String ^ value); };
public string SourceText { get; set; }
member this.SourceText : string with get, set
Public Property SourceText As String

Valor de propiedad

String

Texto de origen del elemento de código.

Se aplica a