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 for web class library projects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F4DD7776-905A-4B75-98F4-162C2D3C7AFA")> _
Public Interface IWebClassLibProject
[InterfaceTypeAttribute()]
[GuidAttribute("F4DD7776-905A-4B75-98F4-162C2D3C7AFA")]
public interface IWebClassLibProject
[InterfaceTypeAttribute()]
[GuidAttribute(L"F4DD7776-905A-4B75-98F4-162C2D3C7AFA")]
public interface class IWebClassLibProject
[<InterfaceTypeAttribute()>]
[<GuidAttribute("F4DD7776-905A-4B75-98F4-162C2D3C7AFA")>]
type IWebClassLibProject = interface end
public interface IWebClassLibProject
The IWebClassLibProject type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CloseProject | Closes the project. |
![]() |
UnloadAppDomain | Unloads the app ___domain. |
![]() |
UpdateAnchoredPath | Updates the anchored path. |
Top