IVsWebFormDesignerSupport Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Implemented by project to provide single-file web form support.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebFormDesignerSupport
[GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[InterfaceTypeAttribute()]
public interface IVsWebFormDesignerSupport
[GuidAttribute(L"2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[InterfaceTypeAttribute()]
public interface class IVsWebFormDesignerSupport
[<GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")>]
[<InterfaceTypeAttribute()>]
type IVsWebFormDesignerSupport =  interface end
public interface IVsWebFormDesignerSupport

The IVsWebFormDesignerSupport type exposes the following members.

Methods

  Name Description
Public method AddReference Infrastructure. Adds a reference to the specified page.
Public method GetCodeDomProvider Infrastructure. Returns the language's code domain object model (DOM) provider.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace