Sets the literal text that this element contains. This is a string copy to the contents of the actual source file.
[Visual Basic] Sub SetLiteralText( _ ByVal value As String _ ) [C#] void SetLiteralText( string value ); [C++] void SetLiteralText( String* value ) = 0; [JScript] function SetLiteralText( value : String );
ICodeElement Interface | ICodeElement Members | System.ComponentModel.Design.CodeModel Namespace