Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods to create web class libraries.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("95D018C3-B554-430E-B62C-950E79728B0D")> _
<InterfaceTypeAttribute()> _
Public Interface IWebClassLibProjectSvc
[GuidAttribute("95D018C3-B554-430E-B62C-950E79728B0D")]
[InterfaceTypeAttribute()]
public interface IWebClassLibProjectSvc
[GuidAttribute(L"95D018C3-B554-430E-B62C-950E79728B0D")]
[InterfaceTypeAttribute()]
public interface class IWebClassLibProjectSvc
[<GuidAttribute("95D018C3-B554-430E-B62C-950E79728B0D")>]
[<InterfaceTypeAttribute()>]
type IWebClassLibProjectSvc = interface end
public interface IWebClassLibProjectSvc
The IWebClassLibProjectSvc type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CreateClassLibProject | Creates a class library project. |
Top