IWebClassLibProject Interface
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