See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Forcibly write the contents of a file to a project item.
Namespace: NTier.EntityGeneratorAssembly: NTier.EntityGenerator (in NTier.EntityGenerator.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
) |
See Also