Share via


ProjectNode.setProjectClass(Int32) Method

Definition

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.

Applies to