IWebClassLibProjectSvc::CreateClassLibProject Method (IVsHierarchy^, String^, UInt32, String^, IWebClassLibProject^)

 

Creates a class library project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: