VsaCodeItem.SourceText Property

Definition

Gets or sets the text of a specified code item, including auto-generated code, if any.

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

Property Value

The text of a specified code item.

Implements

Applies to