NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeElement.GetLiteralText

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;

Return Value

A string representing the text element.

See Also

ICodeElement Interface | ICodeElement Members | System.ComponentModel.Design.CodeModel Namespace