Gets the literal text that this element contains. This is a string copy of the contents from the actual source file.
[Visual Basic] Function GetLiteralText() As String [C#] string GetLiteralText(); [C++] String* GetLiteralText() = 0; [JScript] function GetLiteralText() : String;
A string representing the text element.
ICodeElement Interface | ICodeElement Members | System.ComponentModel.Design.CodeModel Namespace