IVsWebProject Interface

Definition

Implemented by web project objects that want to use the IVsAddNewWebProjectItemDlg interface.

public interface class IVsWebProject
public interface class IVsWebProject
__interface IVsWebProject
[System.Runtime.InteropServices.Guid("0BD8000A-F537-4889-9FBC-C5F63B313956")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebProject
[<System.Runtime.InteropServices.Guid("0BD8000A-F537-4889-9FBC-C5F63B313956")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebProject = interface
Public Interface IVsWebProject
Attributes

Methods

AddNewWebItem(UInt32, VSADDITEMOPERATION, String, String, UInt32, String, IntPtr, VSADDRESULT[])

Adds a new Web item to the project.

Applies to