IWebClassLibProjectSvc::CreateClassLibProject Method (IVsHierarchy^, String^, UInt32, String^, IWebClassLibProject^)
Visual Studio 2015
Creates a class library project.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int CreateClassLibProject( IVsHierarchy^ pHier, String^ pszRootPathOrUrl, unsigned int dwFlags, String^ pszOptionalVDir, [OutAttribute] IWebClassLibProject^% ppClassLibProject )
Parameters
- pHier
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The project hierarachy.
- pszRootPathOrUrl
-
Type:
System::String^
The root path of the project.
- dwFlags
-
Type:
System::UInt32
The flags.
- pszOptionalVDir
-
Type:
System::String^
The optional directory.
- ppClassLibProject
-
Type:
Microsoft.VisualStudio.Shell.Interop::IWebClassLibProject^
The web class library project.
Show: