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

‘선언
<GuidAttribute("0BD8000A-F537-4889-9FBC-C5F63B313956")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebProject
‘사용 방법
Dim instance As 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

See Also

Reference

IVsWebProject Members

Microsoft.VisualStudio.Shell.Interop Namespace