ProjectNode.created(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enables the ability to perform custom actions on a project when a new instance of the project is created.
protected:
virtual void created(System::String ^ _name);
protected virtual void created (string _name);
abstract member created : string -> unit
override this.created : string -> unit
Protected Overridable Sub created (_name As String)
Parameters
- _name
- String
The name of the project instance.
Remarks
This method is called when a new instance of the project is created. Override this method to perform custom actions on your project.