ProjectNode.setProjectClass(Int32) 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.
Assigns a class to the project, which gives the project the type that the class defines.
public:
virtual void setProjectClass(int _classid);
public virtual void setProjectClass (int _classid);
abstract member setProjectClass : int -> unit
override this.setProjectClass : int -> unit
Public Overridable Sub setProjectClass (_classid As Integer)
Parameters
- _classid
- Int32
The ID of the class to assign to the project.
Remarks
The specified class must extend the projectNode class.