Share via


ScriptFactory.CreateNewScript Method

Include Protected Members
Include Inherited Members

Creates and opens new blank script of specified template file that is implemented by the assembly. The editor for this script should be implemented by this assembly. The new script is added to the miscellaneous project.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateNewScript(String, UIConnectionGroupInfo, IDbConnection) Creates and opens new blank script of specified template file that is implemented by the assembly. The editor for this script should be implemented by this assembly. The new script is added to the miscellaneous project.
Public method CreateNewScript(String, UIConnectionInfo, IDbConnection) Creates and opens new blank script of specified template file that is implemented by the assembly. The editor for this script should be implemented by this assembly. The new script is added to the miscellaneous project.
Public method CreateNewScript(String, UIConnectionGroupInfo, IDbConnection, String) Creates and opens new blank script of specified template file that is implemented by the assembly. The editor for this script should be implemented by this assembly. The new script is added to the miscellaneous project.
Public method CreateNewScript(String, UIConnectionInfo, IDbConnection, String) Creates and opens new blank script of specified template file that is implemented by the assembly. The editor for this script should be implemented by this assembly. The new script is added to the miscellaneous project.
Public method CreateNewScript(String, IVsProject, UIConnectionGroupInfo, IDbConnection) Creates and opens new blank script of specified file and adds it to the specified project.
Public method CreateNewScript(String, IVsProject, UIConnectionInfo, IDbConnection) Creates and opens new blank script of specified file and adds it to the specified project.
Public method CreateNewScript(String, IVsProject, UIConnectionGroupInfo, IDbConnection, String) Creates and opens new blank script of specified file and adds it to the specified project.
Public method CreateNewScript(String, IVsProject, UIConnectionInfo, IDbConnection, String) Creates and opens new blank script of specified file and adds it to the specified project.

Top