ProjectNode.getProjectClassName 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.
Returns the name of the class corresponding to the classid of the project.
public:
virtual System::String ^ getProjectClassName();
public virtual string getProjectClassName ();
abstract member getProjectClassName : unit -> string
override this.getProjectClassName : unit -> string
Public Overridable Function getProjectClassName () As String
Returns
The name of the class corresponding to the classid of the project.
Remarks
The setClassId method assigns a classid to the project.