IVsWebProject Interface
Implemented by web project objects that want to use the IVsAddNewWebProjectItemDlg interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("0BD8000A-F537-4889-9FBC-C5F63B313956")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebProject
[GuidAttribute("0BD8000A-F537-4889-9FBC-C5F63B313956")]
[InterfaceTypeAttribute()]
public interface IVsWebProject
[GuidAttribute(L"0BD8000A-F537-4889-9FBC-C5F63B313956")]
[InterfaceTypeAttribute()]
public interface class IVsWebProject
[<GuidAttribute("0BD8000A-F537-4889-9FBC-C5F63B313956")>]
[<InterfaceTypeAttribute()>]
type IVsWebProject = interface end
public interface IVsWebProject
The IVsWebProject type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNewWebItem | Adds a new Web item to the project. |
Top