See also:
NTier Windows Forms Framework Home
NTier Framework API reference

Forcibly write the contents of a file to a project item.

Namespace: NTier.Design.DTE
Assembly: NTier.Design (in NTier.Design.dll) Version: 1.0.0.0

Syntax

C#
public static void WriteTextToProjectItem(
	DTE dte,
	string fileName,
	string content
)
Visual Basic
Public Shared Sub WriteTextToProjectItem ( 
	dte As DTE,
	fileName As String,
	content As String
)
Visual C++
public:
static void WriteTextToProjectItem(
	DTE^ dte, 
	String^ fileName, 
	String^ content
)

Parameters

dte
Type: DTE
fileName
Type: System..::..String
content
Type: System..::..String

See Also