Visual Basic (Declaration) | |
---|---|
Public Shared Function BuildProjectFile( _ ByVal projectFile As String, _ ByVal InternetUrl As String, _ ByVal projectFolder As String, _ ByVal publishFolder As String, _ ByVal preCompilefolder As String, _ ByVal ProjectName As String _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim projectFile As String Dim InternetUrl As String Dim projectFolder As String Dim publishFolder As String Dim preCompilefolder As String Dim ProjectName As String Dim value As String value = ASPNETHelper.BuildProjectFile(projectFile, InternetUrl, projectFolder, publishFolder, preCompilefolder, ProjectName) |
C# | |
---|---|
public static string BuildProjectFile( string projectFile, string InternetUrl, string projectFolder, string publishFolder, string preCompilefolder, string ProjectName ) |
C++/CLI | |
---|---|
public: static String^ BuildProjectFile( String^ projectFile, String^ InternetUrl, String^ projectFolder, String^ publishFolder, String^ preCompilefolder, String^ ProjectName ) |
Parameters
- projectFile
- InternetUrl
- projectFolder
- publishFolder
- preCompilefolder
- ProjectName
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2